Skip to content

Commit 86fc462

Browse files
committed
iOS text resizing
1 parent 2fddc3c commit 86fc462

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

normalize.metrics.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ textarea {
1111
font: 12px/1.5 sans-serif;
1212
}
1313

14+
@media screen and (max-device-width: 480px) {
15+
html {
16+
-ms-text-size-adjust:none;
17+
-webkit-text-size-adjust:none;
18+
}
19+
}
20+
1421
/*
1522
* Sectioning content
1623
*/

0 commit comments

Comments
 (0)