asi-calculator/app/page.module.css
2024-03-29 21:56:20 +00:00

27 lines
328 B
CSS

.main,
.footer {
padding: 2rem;
}
.title,
.description {
color: rgb(var(--foreground-rgb-highlight));
max-width: var(--max-width);
margin: auto;
}
.title {
margin-bottom: 0.5rem;
font-size: 2rem;
}
.description {
margin-bottom: 2rem;
font-size: 1.3rem;
}
.footer {
margin-top: 2rem;
font-size: 0.8rem;
}