Skip to content

Commit cc5984d

Browse files
committed
fix css media query limit for mobile
1 parent 16f9e21 commit cc5984d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/style/garden.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,10 @@ a abbr {
443443

444444
/* "Tablet" Styles */
445445

446-
@media screen and (max-width: 1000px) {
446+
@media screen and (max-width: 999px) {
447447
body {
448448
width: 100%;
449-
max-width: 1000px;
449+
max-width: 999px;
450450
overflow-x: hidden;
451451
}
452452

0 commit comments

Comments
 (0)