Skip to content

Commit 7c02491

Browse files
authored
FIX: tags & categories H1 left margin.
1 parent 7d5abe7 commit 7c02491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/css/_common/components/post/post-collapse.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
position: relative;
3636
margin: 60px 0;
3737

38-
h2 { margin-left: 20px; }
38+
h1, h2 { margin-left: 20px; }
3939

4040
small { color: $grey; margin-left: 5px; }
4141

0 commit comments

Comments
 (0)