We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe17d0b commit b50faf5Copy full SHA for b50faf5
css/advanced.css
@@ -50,14 +50,14 @@ body {
50
}
51
52
53
-/* Mobile Landscape CSS */
+/* Mobile Landscape & Tablet Portrait CSS */
54
/* @media all and (max-device-width: 480px) and (orientation:landscape) */
55
-@media all and (min-width: 321px) and (max-width: 480px) {
+@media all and (min-width: 321px) and (max-width: 768px) {
56
html {
57
-webkit-text-size-adjust: none; /* prevent font scaling */
58
59
body {
60
- width: 30em; /* 480px @ 16px */
+ width: 100%;
61
padding: 0;
62
margin-left: 0;
63
margin-right: 0;
0 commit comments