Skip to content

Commit b50faf5

Browse files
committed
Minor tweak to mobile landscape & tablet portrait CSS
1 parent fe17d0b commit b50faf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/advanced.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ body {
5050
}
5151
}
5252

53-
/* Mobile Landscape CSS */
53+
/* Mobile Landscape & Tablet Portrait CSS */
5454
/* @media all and (max-device-width: 480px) and (orientation:landscape) */
55-
@media all and (min-width: 321px) and (max-width: 480px) {
55+
@media all and (min-width: 321px) and (max-width: 768px) {
5656
html {
5757
-webkit-text-size-adjust: none; /* prevent font scaling */
5858
}
5959
body {
60-
width: 30em; /* 480px @ 16px */
60+
width: 100%;
6161
padding: 0;
6262
margin-left: 0;
6363
margin-right: 0;

0 commit comments

Comments
 (0)