From: Anthony Talarico Date: Thu, 10 May 2018 18:47:39 +0000 (-0400) Subject: fixing padding for the parallax sections X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0aa7983608ec7858c4b290f4a9064a406d2947a3;p=WP-Themes%2Flaurium.git fixing padding for the parallax sections --- diff --git a/style.css b/style.css index 11970b4..9893cdd 100644 --- a/style.css +++ b/style.css @@ -633,7 +633,7 @@ Content top: 0; } .parallax-section { - padding: 0px 0 80px; + padding: 30px 0 30px; position: relative; top: 20px; }