Skip to content

Commit

Permalink
Merge pull request barryclark#19 from samfearn/webkit-text-size-adjust
Browse files Browse the repository at this point in the history
Fixed webkit text scaling `bug`
  • Loading branch information
alshedivat authored Jun 16, 2018
2 parents 923d9ec + 75f37bc commit 3835ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
html, body {
height: auto;
min-height: 100%;
-webkit-text-size-adjust: 100%;
}

img {
Expand Down

0 comments on commit 3835ac3

Please sign in to comment.