From 42798c3612ffedc082fc53554cf3c06bd1a02846 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 13:47:15 -0400 Subject: [PATCH] fixing the slideshow padding and margin --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style.css b/style.css index 6216a86..cd98c97 100644 --- a/style.css +++ b/style.css @@ -624,11 +624,27 @@ Content width: 1200px; } } */ +.home #content { + /* border-top: 9px double rgba(50,7,1, 1); */ + top: -20px; +} .parallax-section { padding: 15px 0 80px; position: relative; + +} +@media (min-width: 768px){ + .home #content{ + top: 0; + } + .parallax-section { + padding: 0px 0 80px; + position: relative; + top: 20px; + } } + .parallax-section h2 { font-size: 38px; text-transform: uppercase; -- 2.17.1