Showing
1 changed file
with
5 additions
and
0 deletions
@@ -77,6 +77,11 @@ html, body { | @@ -77,6 +77,11 @@ html, body { | ||
77 | line-height: 1.4; | 77 | line-height: 1.4; |
78 | } | 78 | } |
79 | 79 | ||
80 | +body { | ||
81 | + -webkit-text-size-adjust: 100% !important; | ||
82 | + text-size-adjust: 100% !important; | ||
83 | +} | ||
84 | + | ||
80 | button, input, select, textarea { | 85 | button, input, select, textarea { |
81 | font-size: 100%; | 86 | font-size: 100%; |
82 | margin: 0; | 87 | margin: 0; |
-
Please register or login to post a comment