diff --git a/src/assets/_project/_blocks/layout/_typography.scss b/src/assets/_project/_blocks/layout/_typography.scss index e8327d59a..2d73f57ea 100644 --- a/src/assets/_project/_blocks/layout/_typography.scss +++ b/src/assets/_project/_blocks/layout/_typography.scss @@ -1,6 +1,11 @@ -h2 { - line-height: 1.5em; +h3, h4 { + line-height: 1.4; } + +h5, h6 { + line-height: 1.5; +} + blockquote { border: none; font-size: 1.6rem; diff --git a/src/assets/_project/_blocks/scss-general/bootstrap/_variables.scss b/src/assets/_project/_blocks/scss-general/bootstrap/_variables.scss index 0800f1cae..b9d7cce4c 100644 --- a/src/assets/_project/_blocks/scss-general/bootstrap/_variables.scss +++ b/src/assets/_project/_blocks/scss-general/bootstrap/_variables.scss @@ -71,7 +71,7 @@ $h6-font-size: rem(11px) !default; $headings-margin-bottom: ($spacer * 0.5) !default; $headings-font-family: inherit !default; $headings-font-weight: 900 !default; -$headings-line-height: 1.1 !default; +$headings-line-height: 1.3 !default; $headings-color: inherit !default; $display1-size: 6rem !default;