Skip to content

Instantly share code, notes, and snippets.

@st3phan
Forked from destroytoday/style.sass
Created November 4, 2011 09:16
Show Gist options
  • Save st3phan/1338977 to your computer and use it in GitHub Desktop.
Save st3phan/1338977 to your computer and use it in GitHub Desktop.
Prevents iOS from changing the font size of paragraphs in landscape
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px)
html
-webkit-text-size-adjust: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment