We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508086d commit 4be6ca3Copy full SHA for 4be6ca3
css/advanced.css
@@ -19,6 +19,9 @@ body {
19
/* Mobile Landscape CSS */
20
/* @media all and (max-device-width: 480px) and (orientation:landscape) */
21
@media all and (min-width: 321px) and (max-width: 480px) {
22
+ html {
23
+ -webkit-text-size-adjust: none; /* prevent font scaling */
24
+ }
25
body {
26
width: 30em; /* 480px @ 16px */
27
padding: 0;
0 commit comments