Skip to content

Commit d7d9e9e

Browse files
committed
fix: missing font-size for h4,h5,h6
1 parent deb7739 commit d7d9e9e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/_post.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ article.post-content {
8080
color: $third;
8181
}
8282

83+
h4, h5, h6 {
84+
font-size: large;
85+
}
86+
8387
blockquote {
8488
padding: 0.75rem;
8589
border-left: 5px $gray-200 solid;

0 commit comments

Comments
 (0)