From: Ian Weller Date: Mon, 10 Apr 2017 16:29:46 +0000 (-0400) Subject: adding padding to make up for breadcrumbs X-Git-Tag: v1.2.22^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=82e4979c912a32d1a1940b0a1fb8bc1aedb537ca;p=WP-Themes%2Fmountpleasantwow.git adding padding to make up for breadcrumbs I added some top padding to the content container to help the blocks not be bashed up against the orb shadow. --- diff --git a/css/app.css b/css/app.css index fc84c69..59943c9 100644 --- a/css/app.css +++ b/css/app.css @@ -6992,7 +6992,8 @@ main#golf-template img.orb-shadow { main#golf-template img.orb-shadow { top: -6px; } } main#golf-template #content-wrapper { - top: 0; } + top: 0; + padding-top: 30px; } main#golf-template #content-wrapper h5 { font-size: 2.25rem; font-family: "Kaushan Script"; diff --git a/scss/_main.scss b/scss/_main.scss index 409975e..444042f 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -375,6 +375,7 @@ main#golf-template{ } #content-wrapper{ top: 0; + padding-top: 30px; h5 { font-size: rem-calc(36); font-family: "Kaushan Script";