Skip to content

Commit 34fdcdd

Browse files
authored
Increase line-height for headings
1 parent 3a8b9b9 commit 34fdcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/markdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
h1, h2, h3, h4, h5, h6 {
1818
font-family: $font-stack-heading;
1919
font-weight:600;
20-
line-height:1;
20+
line-height:1.4;
2121
margin:1.5em 0 0.25em;
2222
color:getColor(fiord);
2323

0 commit comments

Comments
 (0)