mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
iOS text resizing
This commit is contained in:
parent
2fddc3c573
commit
86fc462da1
@ -11,6 +11,13 @@ textarea {
|
|||||||
font: 12px/1.5 sans-serif;
|
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
|
* Sectioning content
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user