From bedcf7a2126fab67b9647005b0ed977844cc1085 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Fri, 20 May 2022 18:54:29 +0200 Subject: [PATCH] jumbotron use h2 and h3 instead of h1 and h2 --- assets/scss/style.scss | 6 +++--- layouts/partials/jumbotron.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index b17608e..95fe342 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -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; } } diff --git a/layouts/partials/jumbotron.html b/layouts/partials/jumbotron.html index bcbd611..36a9ead 100644 --- a/layouts/partials/jumbotron.html +++ b/layouts/partials/jumbotron.html @@ -27,12 +27,12 @@ {{ end }}
-

{{ .Site.Data.jumbotron.title }}

-

{{ .Site.Data.jumbotron.subtitle }}

+ ">{{ .Site.Data.jumbotron.title }} +

{{ .Site.Data.jumbotron.subtitle }}

{{ if .Site.Data.jumbotron.backgroundVideo }}