asi-calculator/app/page.module.css

16 lines
172 B
CSS
Raw Normal View History

2024-03-29 19:54:14 +01:00
.main,
.footer {
2024-03-29 15:06:40 +01:00
padding: 2rem;
2024-03-29 12:36:05 +01:00
max-width: var(--max-width);
2024-03-29 15:06:40 +01:00
margin: auto;
2024-03-29 12:36:05 +01:00
}
2024-03-29 15:06:40 +01:00
.title {
margin-bottom: 2rem;
2024-03-29 12:36:05 +01:00
}
2024-03-29 19:54:14 +01:00
.footer {
margin-top: 2rem;
font-size: 0.8rem;
}