quirey added to hack
authorIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:52:34 +0000 (14:52 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:52:34 +0000 (14:52 -0500)
header.php

index 6480581..f3d4097 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;
+                }
             }
         }
     </style>