From: Anthony Talarico Date: Thu, 24 May 2018 16:51:40 +0000 (-0400) Subject: adding margin to the top of the front page parallax content to increase image size X-Git-Tag: v1.0.0^2~1^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f37e313da9c16e884fc539df54c88d604067b727;p=WP-Themes%2Flaurium.git adding margin to the top of the front page parallax content to increase image size --- 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; }