From 82e4979c912a32d1a1940b0a1fb8bc1aedb537ca Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 10 Apr 2017 12:29:46 -0400 Subject: [PATCH] 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. --- css/app.css | 3 ++- scss/_main.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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"; -- 2.17.1