mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
27 lines
328 B
CSS
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;
|
|
}
|