Skip to content

Commit

Permalink
fix(style): font-size bug in mobile safari
Browse files Browse the repository at this point in the history
fixed #109
  • Loading branch information
reuixiy committed Apr 13, 2020
1 parent e2646e3 commit 4094ff7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/scss/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ html, body {
width: 100%;
height: 100%;
font-size: $fontSize;
text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
}

body {
Expand Down
Loading

0 comments on commit 4094ff7

Please sign in to comment.