Prevent certain mobile browsers from enlarging fonts in landscape orientation

This commit is contained in:
Matt Ickstadt 2018-07-25 11:25:09 -05:00
parent ebea8c2337
commit a08255316a
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
html {
font-family: "Open Sans", sans-serif;
color: #333;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
}
body {
margin: 0;

View File

@ -1,6 +1,7 @@
html {
font-family: "Open Sans", sans-serif
color: #333
text-size-adjust: none
}
body {