I updated a media query for responsive
authorIan Weller <ian@gaslightmedia.com>
Fri, 19 May 2017 16:32:16 +0000 (12:32 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 19 May 2017 16:32:16 +0000 (12:32 -0400)
I updated a media query for the copyright background.

css/app.css
scss/_copyright.scss

index ecf3060..e534b63 100644 (file)
@@ -7030,7 +7030,7 @@ footer.main {
   margin: 0 auto;
   float: none;
   background: url(../assets/copyright-bkgrd.jpg) repeat-x; }
-  @media only screen and (max-width: 40em) {
+  @media only screen and (min-width:0em) and (max-width:64em) {
     #copyright {
       background-repeat: repeat; } }
   #copyright span {
index caa7587..cff518b 100644 (file)
@@ -3,7 +3,7 @@
     margin: 0 auto;
     float: none;
     background: url(../assets/copyright-bkgrd.jpg) repeat-x;
-    @media #{$small-only} {
+    @media #{$medium-down} {
         background-repeat: repeat;
     }
     span {