Skip to content

Commit 2a8de4c

Browse files
committed
Fix issue #10
1 parent c948de3 commit 2a8de4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles/prosilver/theme/maxwidthswitch.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
margin: 0 20px;
44
}
55

6-
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
7-
#wrap {
8-
margin: 0;
9-
}
6+
@media (max-width: 700px) {
7+
#wrap {
8+
margin: 0;
9+
}
1010
}

0 commit comments

Comments
 (0)