Skip to content

Commit 29e5138

Browse files
authored
feat: Add distinguishability between h3 and h4 via margins (#370)
Resolves #313
1 parent 96aa313 commit 29e5138

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/sass/content.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,14 @@ p:has(+ span) {
9393
.o-single__container > *:last-child {
9494
margin-bottom: 0;
9595
}
96+
97+
.o-single__content {
98+
h3 {
99+
margin-bottom: 0.4rem;
100+
margin-top: 2rem;
101+
}
102+
103+
h4 {
104+
margin-bottom: 0.4rem;
105+
}
106+
}

0 commit comments

Comments
 (0)