Skip to content

Instantly share code, notes, and snippets.

@BumbuKhan
Last active December 29, 2016 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BumbuKhan/31a3ce41c71b1f544a6b31deb62d1266 to your computer and use it in GitHub Desktop.
Save BumbuKhan/31a3ce41c71b1f544a6b31deb62d1266 to your computer and use it in GitHub Desktop.
Prevent mobile browser from resizing text
body{
text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
}
@BumbuKhan
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment