Skip to content

Commit

Permalink
QOLDEV-260 heading line height fix (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
re-becca committed Feb 1, 2023
1 parent 1140cea commit 435d694
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions src/assets/_project/_blocks/layout/_typography.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 435d694

Please sign in to comment.