mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 17:33:18 +01:00
16 lines
253 B
CSS
16 lines
253 B
CSS
.title,
|
|
.description {
|
|
color: rgb(var(--foreground-rgb-highlight));
|
|
max-width: var(--max-width);
|
|
margin: auto;
|
|
}
|
|
|
|
.title {
|
|
font-size: clamp(1.5rem, 10vw, 2.75rem);
|
|
margin-top: 5vh;
|
|
}
|
|
|
|
.description {
|
|
font-size: clamp(1.1rem, 5vw, 1.75rem);
|
|
}
|