Skip to content

Commit 1d7d546

Browse files
authored
Merge pull request #671 from sapegin/patch-1
Increase line-height for headings
2 parents bffe85e + 34fdcdd commit 1d7d546

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)