Skip to content

Commit afb7bc4

Browse files
committed
Fix media queries in Safari.
Safari doesn’t seem to support screen queries any more.
1 parent 2d5981e commit afb7bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/sass/mobile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// keep synced with RegExr._initUI:
2-
@media only screen and (max-width: 900px) {
2+
@media (max-width: 900px) {
33
body {
44
//font-size: 14px;
55

0 commit comments

Comments
 (0)