Skip to content

Commit

Permalink
QOLDEV-260 heading line height fix - h2 only (#806)
Browse files Browse the repository at this point in the history
* Adjusted default heading line height and custom line heights for h3, h4, h5, h6.
* Removed empty line in code
* Adjusted line height of H2 to 1.4
  • Loading branch information
re-becca authored Feb 20, 2023
1 parent 21306ca commit bad3429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/_project/_blocks/layout/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h3, h4 {
h2, h3, h4 {
line-height: 1.4;
}

Expand Down

0 comments on commit bad3429

Please sign in to comment.