Skip to content

Instantly share code, notes, and snippets.

@lean8086
Created December 3, 2012 23:15
Show Gist options
  • Save lean8086/4198990 to your computer and use it in GitHub Desktop.
Save lean8086/4198990 to your computer and use it in GitHub Desktop.
Prevents text size adjust after orientation change, without disabling user zoom
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment