We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fc3fb commit a88dcc5Copy full SHA for a88dcc5
1 file changed
src/styles/article.scss
@@ -1,6 +1,11 @@
1
article {
2
padding-bottom: v-const("section_spacing.small");
3
4
+ h2,
5
+ h3 {
6
+ margin-bottom: v-size(4, "em");
7
+ }
8
+
9
p,
10
ul,
11
pre,
0 commit comments