Skip to content

Commit

Permalink
feat: better title font size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Jun 18, 2021
1 parent e2f33c6 commit e871820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/yat/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ html {
transition: 0.2s all;

@include media-query($on-palm) {
@include relative-font-size(2.425);
@include relative-font-size(1.875);
}
}

Expand Down

0 comments on commit e871820

Please sign in to comment.