Skip to content

Commit e57fb6d

Browse files
committed
fix to show menu properly in retina & width > 600px devices
1 parent 04156c7 commit e57fb6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/style/garden.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,7 @@ a abbr {
575575

576576
/* "Smartphone" styles */
577577

578-
@media screen and (max-width: 600px),
579-
screen and (-webkit-min-device-pixel-ratio: 2) {
578+
@media screen and (max-width: 600px) {
580579
body {
581580
max-width: 600px;
582581
}

0 commit comments

Comments
 (0)