Files
web/components/MyPages/Title/title.module.css
2024-04-02 13:43:23 +02:00

45 lines
477 B
CSS

.heading {
font-weight: 900;
margin: 0;
padding: 0;
}
.uppercase {
text-transform: uppercase;
}
.h1 {
font-size: 2.4rem;
line-height: 2.8rem;
}
.h2 {
font-size: 2.4rem;
line-height: 2.8rem;
}
.h3 {
font-size: 1.8rem;
line-height: 2.2rem;
}
.h4 {
font-size: 1.6rem;
line-height: 1.8rem;
}
.h5 {
font-size: 1.3rem;
}
.h6 {
font-size: 1rem;
}
@media screen and (min-width: 950px) {
.h1 {
font-size: 3.8rem;
line-height: 4.5rem;
}
}