Skip to content

Commit

Permalink
Improve readability of post titles with diacritics (jekyll#449)
Browse files Browse the repository at this point in the history
Merge pull request 449
  • Loading branch information
ashmaroli authored and jekyllbot committed Jan 23, 2020
1 parent 0246348 commit 756fada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
.post-content h1 {
@include relative-font-size(2.625);
letter-spacing: -1px;
line-height: 1;
line-height: 1.15;

@media screen and (min-width: $on-large) {
@include relative-font-size(2.625);
Expand Down

0 comments on commit 756fada

Please sign in to comment.