Skip to content

Commit

Permalink
Appropriately size h1s in the post body
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Jan 7, 2018
1 parent 29fc186 commit 9ca7066
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/whiteglass/_layout.scss
Expand Up @@ -160,6 +160,14 @@
.post-content {
margin-bottom: $spacing-unit;

h1 {
font-size: 38px;

@include media-query($on-laptop) {
font-size: 34px;
}
}

h2 {
font-size: 32px;

Expand Down

0 comments on commit 9ca7066

Please sign in to comment.