Skip to content

Instantly share code, notes, and snippets.

@vdchristelle
Created September 9, 2013 07:42
Show Gist options
  • Select an option

  • Save vdchristelle/6492561 to your computer and use it in GitHub Desktop.

Select an option

Save vdchristelle/6492561 to your computer and use it in GitHub Desktop.
Prevent iPhone Text Enlargement on resize
/*
* Prevent iPhone Text Enlargement
*/
body {
-webkit-text-size-adjust: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment