asi-calculator/app/page.module.css
2024-03-29 18:54:14 +00:00

16 lines
172 B
CSS

.main,
.footer {
padding: 2rem;
max-width: var(--max-width);
margin: auto;
}
.title {
margin-bottom: 2rem;
}
.footer {
margin-top: 2rem;
font-size: 0.8rem;
}