jumbotron use h2 and h3 instead of h1 and h2

This commit is contained in:
Gabriele Musco 2022-05-20 18:54:29 +02:00
parent c7697a090b
commit bedcf7a212
No known key found for this signature in database
GPG key ID: 0587A5D65B5DC99E
2 changed files with 6 additions and 6 deletions

View file

@ -1084,13 +1084,13 @@ header.jumbotronContainer {
max-width: 100vw;
min-width: 200px;
}
h1 {
h2 {
font-weight: 300;
&.huge {
font-size: 4 * $base_font_size * $title_font_mult;
}
}
h1, h2 {
h2, h3 {
margin: 12px;
}
ul {
@ -1121,7 +1121,7 @@ header.jumbotronContainer {
h1.huge {
font-size: 3 * $base_font_size * $title_font_mult !important;
}
h1, h2 {
h2, h3 {
margin: 6px;
}
}