Skip to content

Commit be85bd2

Browse files
committed
feat(markdown): add styling for heading tag
1 parent 2d7882f commit be85bd2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

assets/css/_markdown-style.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
1111
font-size: 1.3em;
1212
}
1313

14+
h2 {
15+
margin-bottom: 10px;
16+
margin-top: 30px;
17+
18+
~ h3 {
19+
margin-top: 20px;
20+
}
21+
}
22+
23+
24+
h3 {
25+
font-size: .975em;
26+
}
27+
1428
img {
1529
margin-top: 20px;
1630
margin-bottom: 20px;

0 commit comments

Comments
 (0)