armentieres: lower titles font size on mobile (#78766)

This commit is contained in:
Corentin Sechet 2023-06-20 15:09:08 +02:00 committed by Corentin Sechet
parent 8e42493642
commit 9dde6a0369
1 changed files with 20 additions and 0 deletions

View File

@ -7,30 +7,50 @@ h1 {
font-size: $fz-1;
font-family: 'Archivo Black', sans-serif;
margin-top: 0;
@media($max-mobile-viewport) {
font-size: $fz-2;
}
}
h2 {
font-size: $fz-2;
font-family: 'Viga', sans-serif;
margin-top: 0;
@media($max-mobile-viewport) {
font-size: $fz-3;
}
}
h3 {
font-size: $fz-3;
font-family: 'Viga', sans-serif;
margin-top: 0;
@media($max-mobile-viewport) {
font-size: $fz-4;
}
}
h4 {
font-size: $fz-4;
font-family: 'Viga', sans-serif;
margin-top: 0;
@media($max-mobile-viewport) {
font-size: $fz-5;
}
}
h5 {
font-size: $fz-5;
font-family: 'Viga', sans-serif;
margin-top: 0;
@media($max-mobile-viewport) {
font-size: 1rem;
}
}
li {