Skip to content

Commit a88dcc5

Browse files
committed
Increase bottom margin of article headings
1 parent b4fc3fb commit a88dcc5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/article.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
article {
22
padding-bottom: v-const("section_spacing.small");
33

4+
h2,
5+
h3 {
6+
margin-bottom: v-size(4, "em");
7+
}
8+
49
p,
510
ul,
611
pre,

0 commit comments

Comments
 (0)