From f37e313da9c16e884fc539df54c88d604067b727 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 24 May 2018 12:51:40 -0400 Subject: [PATCH] adding margin to the top of the front page parallax content to increase image size --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 1a2bbb8..ac2130d 100644 --- a/style.css +++ b/style.css @@ -1818,6 +1818,12 @@ Service Section padding: 6px; } +@media (min-width: 1200px){ + .service-list .service-detail { + margin-top: 25px; + } + +} .service-list .service-detail { width: 300px; } -- 2.17.1