From 7e5bcf86679555a794c971fdbd22e176d02adafd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 24 May 2018 12:43:37 -0400 Subject: [PATCH] changing the front page service text width so that it floats next to image --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 70dc4df..1a2bbb8 100644 --- 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 { -- 2.17.1