fixing the slideshow padding and margin
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 17:47:15 +0000 (13:47 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 17:47:15 +0000 (13:47 -0400)
style.css

index 6216a86..cd98c97 100644 (file)
--- 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;