From 60041429b809d91579d37d0796567e5cc445c589 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 4 Dec 2015 14:52:34 -0500 Subject: [PATCH] quirey added to hack --- header.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/header.php b/header.php index 6480581..f3d4097 100644 --- a/header.php +++ b/header.php @@ -13,10 +13,18 @@ #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; + } } } -- 2.17.1