asi-calculator/components/Header/Header.module.css

16 lines
253 B
CSS
Raw Normal View History

2024-03-31 06:01:26 +02:00
.title,
.description {
color: rgb(var(--foreground-rgb-highlight));
max-width: var(--max-width);
margin: auto;
}
.title {
2024-04-02 23:40:44 +02:00
font-size: clamp(1.5rem, 10vw, 2.75rem);
2024-03-31 06:01:26 +02:00
margin-top: 5vh;
}
.description {
2024-04-02 23:40:44 +02:00
font-size: clamp(1.1rem, 5vw, 1.75rem);
2024-03-31 06:01:26 +02:00
}