Skip to content

Commit

Permalink
stopped text scaling in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrose committed Mar 16, 2014
1 parent 279f9cb commit f8b3a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _typesettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ $base-line-height: ($base-vertical-unit * $base-line-multi) / $base-font-size;
// ---------------------
html {
font-size: ($base-font-size / 16px) * 100%; // Sets the font-size of the project as a percentage. Making it easy to scale up/down the whole project for specific media queries
-webkit-text-size-adjust: 100%;
}

body {
Expand Down

0 comments on commit f8b3a64

Please sign in to comment.