Skip to content

Commit

Permalink
Fix media queries in Safari.
Browse files Browse the repository at this point in the history
Safari doesn’t seem to support screen queries any more.
  • Loading branch information
gskinner committed Jun 12, 2018
1 parent 2d5981e commit afb7bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/sass/mobile.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// keep synced with RegExr._initUI:
@media only screen and (max-width: 900px) {
@media (max-width: 900px) {
body {
//font-size: 14px;

Expand Down

0 comments on commit afb7bc4

Please sign in to comment.