Skip to content

Commit

Permalink
Reduce spacing in the three largest headers (jekyll#538)
Browse files Browse the repository at this point in the history
Merge pull request 538
  • Loading branch information
getaaron authored Aug 21, 2022
1 parent ffdb321 commit 4ede53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@
.post-content {
margin-bottom: $spacing-unit;

h1, h2, h3 { margin-top: $spacing-unit * 2 }
h4, h5, h6 { margin-top: $spacing-unit }
h1, h2, h3, h4, h5, h6 { margin-top: $spacing-unit }

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

0 comments on commit 4ede53d

Please sign in to comment.