adding padding to make up for breadcrumbs
authorIan Weller <ian@gaslightmedia.com>
Mon, 10 Apr 2017 16:29:46 +0000 (12:29 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 10 Apr 2017 16:29:46 +0000 (12:29 -0400)
I added some top padding to the content container to help the blocks not
be bashed up against the orb shadow.

css/app.css
scss/_main.scss

index fc84c69..59943c9 100644 (file)
@@ -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";
index 409975e..444042f 100644 (file)
@@ -375,6 +375,7 @@ main#golf-template{
     }
     #content-wrapper{
         top: 0;
+        padding-top: 30px;
         h5 {
             font-size: rem-calc(36);
             font-family: "Kaushan Script";