adding margin to the top of the front page parallax content to increase image size
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 24 May 2018 16:51:40 +0000 (12:51 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 24 May 2018 16:51:40 +0000 (12:51 -0400)
style.css

index 1a2bbb8..ac2130d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1818,6 +1818,12 @@ Service Section
     padding: 6px;
 }
 
+@media (min-width: 1200px){
+    .service-list .service-detail {
+        margin-top: 25px;
+    }
+    
+}
 .service-list .service-detail {
     width: 300px;
 }