Skip to content

Commit

Permalink
Fix consecutive header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wxwern committed Nov 11, 2023
1 parent dfaf0a8 commit ae5de36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@
}
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
margin-top: $spacing-unit * 0.5;
}

h2 {
@include relative-font-size(1.75);

Expand Down

0 comments on commit ae5de36

Please sign in to comment.