I added the background color to blocks
authorIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 19:23:47 +0000 (15:23 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 19:23:47 +0000 (15:23 -0400)
I put the background color for the blocks in and added a bit of padding
to help keep them from touching the edges of the background.

css/app.css
scss/_main.scss

index 548438b..3f4314b 100644 (file)
@@ -7000,6 +7000,9 @@ main#golf-template #content-wrapper {
   main#golf-template #content-wrapper h6 {
     font-size: 1.4375rem;
     color: #859878; }
+  main#golf-template #content-wrapper .block-text {
+    padding: 0 5px 5px;
+    background: #859878; }
 
 main.search-results #head-img {
   margin: -280px auto 0; }
index 04a482e..f67a896 100644 (file)
@@ -384,6 +384,10 @@ main#golf-template{
             font-size: rem-calc(23);
             color: #859878;
         }
+        .block-text {
+            padding: 0 5px 5px;
+            background: #859878;
+        }
     }
 }
 main.search-results {