Skip to content

Instantly share code, notes, and snippets.

@anunay
Created September 28, 2014 11:13
Show Gist options
  • Save anunay/abab56d30dfc4ba6ffa1 to your computer and use it in GitHub Desktop.
Save anunay/abab56d30dfc4ba6ffa1 to your computer and use it in GitHub Desktop.
Prevent text scaling on rate for ipad/iphone
/* Prevent text scaling on rotate for iPad/iPhone */
html { -webkit-text-size-adjust: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment