Skip to content

Commit 0e06c37

Browse files
committed
Added lineheight for h4 in post css.
1 parent 8145f52 commit 0e06c37

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

_scss/layout/_post.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
font-weight: bold;
1212
color: #2d2d2d;
1313
padding-bottom: 10pt;
14-
padding-top: 20pt;
14+
padding-top: 15pt;
15+
line-height: 1.3;
1516
}
1617

1718
ul,
@@ -33,12 +34,12 @@
3334
line-height: 1.5;
3435
}
3536

36-
.post-article-authors{
37-
color:gray;
37+
.post-article-authors {
38+
color: gray;
3839
font-style: italic;
3940
padding-bottom: 10pt;
4041
}
4142

42-
hr{
43+
hr {
4344
margin: 20pt;
44-
}
45+
}

0 commit comments

Comments
 (0)