mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix text-size-adjust so it doesn't prevent manual zooming in WebKit or iOS
This commit is contained in:
parent
d23156d4e4
commit
be21f763ee
@ -3,6 +3,11 @@
|
|||||||
* Normalized and personalized sizing and spacing
|
* Normalized and personalized sizing and spacing
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
html {
|
||||||
|
-ms-text-size-adjust: 100%;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
button
|
button
|
||||||
input,
|
input,
|
||||||
@ -11,13 +16,6 @@ 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