adding ranges to media query
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Nov 2015 18:42:55 +0000 (13:42 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Nov 2015 18:42:55 +0000 (13:42 -0500)
css/app.css
scss/_body.scss

index 28ffdc3..37b4296 100644 (file)
@@ -6298,7 +6298,7 @@ body {
     max-width: 1000px;
     padding-top: 1.25rem; }
 
-@media only screen and (max-width: 40em) {
+@media 0em, 40em {
   main.page-front {
     top: 0px; } }
 
index 63c97da..9b812df 100644 (file)
@@ -12,7 +12,7 @@ body {
         padding-top: rem-calc(20);
     }
 }
-@media #{$small-only}{
+@media #{$small-range}{
     main.page-front {
         top: 0px;
     }