From: Anthony Talarico Date: Mon, 8 Aug 2016 20:19:44 +0000 (-0400) Subject: reducing padding on the top of the main content to 40 px to reduce the gap below... X-Git-Tag: v1.0.0^2~160 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a89468161cf84eba0b462781fcc55e223ac7ae8e;p=WP-Themes%2Fpetoskeyarea.git reducing padding on the top of the main content to 40 px to reduce the gap below the page title --- diff --git a/css/app.css b/css/app.css index 46b7974..48de009 100644 --- a/css/app.css +++ b/css/app.css @@ -6497,7 +6497,7 @@ main.page-inside #page-title { color: #FFFFFF; margin-top: 10px; } main.page-inside #main-content { - padding-top: 90px; } + padding-top: 40px; } .rotate { position: relative; diff --git a/scss/_main.scss b/scss/_main.scss index 003e738..4dd0722 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -39,7 +39,7 @@ main.page-inside { } } #main-content { - padding-top: 90px; + padding-top: 40px; } } .rotate {