@@ -536,7 +536,7 @@ form > span {
536536.col .s12 {
537537 width : 99.99999% ;
538538}
539- @media (min-width : 601px ) {
539+ @media screen and (min-width : 601px ) {
540540 .col .m1 {
541541 width : 8.33333% ;
542542 }
@@ -579,7 +579,7 @@ form > span {
579579 width : 99.99999% ;
580580 }
581581}
582- @media (min-width : 993px ) {
582+ @media screen and (min-width : 993px ) {
583583 .col .l1 {
584584 width : 8.33333% ;
585585 }
@@ -661,7 +661,7 @@ form > span {
661661.show-inline-block {
662662 display : inline-block !important ;
663663}
664- @media (max-width : 1205px ) {
664+ @media screen and (max-width : 1205px ) {
665665 .auto {
666666 max-width : 95% ;
667667 }
@@ -672,7 +672,7 @@ form > span {
672672 /* TODO: Invert banner colors using CSS */
673673}
674674
675- @media (max-width : 600px ) {
675+ @media screen and (max-width : 600px ) {
676676 .modal-content {
677677 margin : 0 10px ;
678678 width : auto !important ;
@@ -705,15 +705,15 @@ form > span {
705705 width : 100% ;
706706 }
707707}
708- @media (max-width : 768px ) {
708+ @media screen and (max-width : 768px ) {
709709 .modal-content {
710710 width : 500px ;
711711 }
712712 .modal {
713713 padding-top : 50px ;
714714 }
715715}
716- @media (min-width : 993px ) {
716+ @media screen and (min-width : 993px ) {
717717 .modal-content {
718718 width : 900px ;
719719 }
@@ -724,12 +724,12 @@ form > span {
724724 display : block !important ;
725725 }
726726}
727- @media (max-width : 992px ) and (min-width : 601px ) {
727+ @media screen and (max-width : 992px ) and (min-width : 601px ) {
728728 .hide-medium {
729729 display : none !important ;
730730 }
731731}
732- @media (max-width : 992px ) {
732+ @media screen and (max-width : 992px ) {
733733 .sidebar .collapse {
734734 display : none;
735735 }
0 commit comments