changing the front page service text width so that it floats next to image
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 24 May 2018 16:43:37 +0000 (12:43 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 24 May 2018 16:43:37 +0000 (12:43 -0400)
style.css

index 70dc4df..1a2bbb8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1807,8 +1807,8 @@ Service Section
 }
 
 .service-list .service-image {
-    height: 300px;
-    width: 300px;
+    height: 240px;
+    width: 240px;
     /* margin-top: 15px; */
     overflow: hidden;
     border: 3px solid #EEE;
@@ -1819,7 +1819,7 @@ Service Section
 }
 
 .service-list .service-detail {
-    width: 430px;
+    width: 300px;
 }
 
 .service-list.odd {