From baac1aa69c6559aa0c95d6bc8b8d960a388f78d6 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 4 Dec 2015 15:01:04 -0500 Subject: [PATCH] more adds to hack --- header.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/header.php b/header.php index f3d4097..428b127 100644 --- a/header.php +++ b/header.php @@ -13,18 +13,20 @@ #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; } } -- 2.17.1