Created
November 1, 2012 20:30
-
-
Save NapoleonWils0n/3996290 to your computer and use it in GitHub Desktop.
css: iphone dont resize text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (max-device-width: 480px) { | |
html {-webkit-text-size-adjust: none;} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment