From 68ccb5d7c2b3fcb5d1845603d084dcbb137e487f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 13:49:40 -0400 Subject: [PATCH] adding padding to the front page content --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index cd98c97..fc085c4 100644 --- a/style.css +++ b/style.css @@ -1296,7 +1296,7 @@ body.logged-in.parallax-on #masthead { #content { position: relative; z-index: 99; - padding-top: 0 !important; + padding-top: 30px !important; } .page #content{ @@ -1806,7 +1806,7 @@ Service Section } .service-list .service-image img { - padding: 15px; + padding: 6px; } .service-list .service-detail { -- 2.17.1