asi-calculator/app/page.module.css

27 lines
328 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 22:54:07 +01:00
}
.title,
.description {
color: rgb(var(--foreground-rgb-highlight));
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 {
2024-03-29 22:54:07 +01:00
margin-bottom: 0.5rem;
font-size: 2rem;
}
.description {
2024-03-29 15:06:40 +01:00
margin-bottom: 2rem;
2024-03-29 22:54:07 +01:00
font-size: 1.3rem;
2024-03-29 12:36:05 +01:00
}
2024-03-29 19:54:14 +01:00
.footer {
margin-top: 2rem;
font-size: 0.8rem;
}