more adds to hack
authorIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 20:01:04 +0000 (15:01 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 20:01:04 +0000 (15:01 -0500)
header.php

index f3d4097..428b127 100644 (file)
             #slideshow {
                 top: -170px;
                 width: 100vw;
-                @media only screen and (max-width: 1024px) {
-                    top: 0;
-                    position: relative;
-                }
             }
             *::-ms-backdrop, #slideshow {
                 top: -170px;
                 width: 100vw;
-                @media only screen and (max-width: 1024px) {
-                    top: 0;
-                    position: relative;
-                }
+            }
+        }
+        @media only screen and (max-width: 1024px) {
+            #slideshow {
+                top: 0;
+                position: relative;
+            }
+            *::-ms-backdrop, #slideshow {
+                top: 0;
+                position: relative;
             }
         }
     </style>