Skip to content

Commit ae5de36

Browse files
committed
Fix consecutive header spacing
1 parent dfaf0a8 commit ae5de36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_sass/minima/_layout.scss

+4
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@
228228
}
229229
}
230230

231+
h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
232+
margin-top: $spacing-unit * 0.5;
233+
}
234+
231235
h2 {
232236
@include relative-font-size(1.75);
233237

0 commit comments

Comments
 (0)