eurelien-2022: lower h1 title size on mobile (#75105)

This commit is contained in:
Corentin Sechet 2023-03-03 12:44:54 +01:00 committed by Gitea
parent 9429aa61e9
commit 2fb50bcc04
1 changed files with 2 additions and 2 deletions

View File

@ -60,12 +60,12 @@
}
h1 {
@include cd28-title($font-size-9, $font-size-8, $font-weight-8, $gray-9);
@include cd28-title($font-size-9, $font-size-6, $font-weight-8, $gray-9);
}
%big-title-1 {
@extend h1;
@include cd28-big-title($font-size-7, $font-size-6);
@include cd28-big-title($font-size-7, $font-size-4);
}
h2 {