diff --git a/normalize.metrics.css b/normalize.metrics.css index 3578e6a..5a33466 100644 --- a/normalize.metrics.css +++ b/normalize.metrics.css @@ -11,6 +11,13 @@ textarea { font: 12px/1.5 sans-serif; } +@media screen and (max-device-width: 480px) { + html { + -ms-text-size-adjust:none; + -webkit-text-size-adjust:none; + } +} + /* * Sectioning content */