Skip to content

Commit

Permalink
Bigger font-size for h1 in posts (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jekyllbot authored and DirtyF committed Aug 17, 2018
1 parent 7a7450b commit a5d4b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
margin-bottom: $spacing-unit;
}

.post-title {
.post-title,
.post-content h1 {
@include relative-font-size(2.625);
letter-spacing: -1px;
line-height: 1;
Expand Down

0 comments on commit a5d4b51

Please sign in to comment.