Skip to content

Commit

Permalink
Scale headings relative to base-font-size (jekyll#78)
Browse files Browse the repository at this point in the history
Merge pull request 78
  • Loading branch information
swsnr authored and jekyllbot committed Apr 7, 2017
1 parent c27c0b1 commit a1cb7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}

.footer-heading {
font-size: 18px;
font-size: $base-font-size * 1.125;
margin-bottom: $spacing-unit / 2;
}

Expand Down Expand Up @@ -167,7 +167,7 @@
}

.page-heading {
font-size: 20px;
font-size: $base-font-size * 1.25;
}

.post-list {
Expand Down

0 comments on commit a1cb7c4

Please sign in to comment.