diff --git a/themes/fid_bbi/scss/blocks/main.scss b/themes/fid_bbi/scss/blocks/main.scss index 3b5d79c2c9b2002199c6e2eaf926b6f09c886d5b..a8447d6d684c0edc483af3172c913c44aef726dd 100644 --- a/themes/fid_bbi/scss/blocks/main.scss +++ b/themes/fid_bbi/scss/blocks/main.scss @@ -15,4 +15,17 @@ > div:not([class]) { @include paragraph; } + + // For templates with missing <h1> + > h2:first-child { + @include heading(1); + + ~ h3 { + @include heading(2); + } + + ~ h4 { + @include heading(3); + } + } }