fixing front page parallax sections width
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Jun 2018 20:21:35 +0000 (16:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Jun 2018 20:21:35 +0000 (16:21 -0400)
style.css

index 987a013..159c2b3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1742,6 +1742,9 @@ Default Section
     color: inherit;
 }
 
+/*--------------------------------------------------------------
+Service Section
+--------------------------------------------------------------*/
 /*--------------------------------------------------------------
 Service Section
 --------------------------------------------------------------*/
@@ -1763,19 +1766,25 @@ Service Section
 }
 
 .service-list .service-image {
-    height: 80px;
-    width: 80px;
-    margin-top: 15px;
+    height: 240px;
+    width: 240px;
+    /* margin-top: 15px; */
     overflow: hidden;
     border: 3px solid #EEE;
 }
 
 .service-list .service-image img {
-    padding: 15px;
+    padding: 6px;
 }
 
+@media (min-width: 1200px){
+    .service-list .service-detail {
+        margin-top: 25px;
+    }
+    
+}
 .service-list .service-detail {
-    width: 460px;
+    width: 300px;
 }
 
 .service-list.odd {
@@ -1905,7 +1914,7 @@ Portfolio Section
     position: relative;
 }
 .parallax-section:nth-child(4) .mid-content{
-    width: 75%;
+    /* width: 75%; */
 }
 @media (min-width: 768px){
     .parallax-section:nth-child(4) .portfolio-list{