Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 1, 2012 20:30
Show Gist options
  • Save NapoleonWils0n/3996290 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3996290 to your computer and use it in GitHub Desktop.
css: iphone dont resize text
@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