From: Anthony Talarico Date: Thu, 10 May 2018 17:47:15 +0000 (-0400) Subject: fixing the slideshow padding and margin X-Git-Tag: v1.0.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=42798c3612ffedc082fc53554cf3c06bd1a02846;p=WP-Themes%2Flaurium.git fixing the slideshow padding and margin --- 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;