From 2c0c1a5ab3d1a0d108ba04e320883e2ad3d6765e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 May 2018 09:09:38 -0400 Subject: [PATCH] increasing front page image --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 18aa72b..2495e60 100644 --- a/style.css +++ b/style.css @@ -1804,9 +1804,9 @@ Service Section } .service-list .service-image { - height: 80px; - width: 80px; - margin-top: 15px; + height: 125px; + width: 125px; + /* margin-top: 15px; */ overflow: hidden; border: 3px solid #EEE; } @@ -1816,7 +1816,7 @@ Service Section } .service-list .service-detail { - width: 460px; + width: 430px; } .service-list.odd { -- 2.17.1