I did some style changes
authorIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 20:32:47 +0000 (16:32 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 20:32:47 +0000 (16:32 -0400)
I made some style changes to the blocks in the golf section.  They
should match the blocks on the home page.

css/app.css
scss/_main.scss

index 3f4314b..ccedabe 100644 (file)
@@ -7002,7 +7002,9 @@ main#golf-template #content-wrapper {
     color: #859878; }
   main#golf-template #content-wrapper .block-text {
     padding: 0 5px 5px;
-    background: #859878; }
+    background: #859878;
+    margin-right: 3px;
+    margin-top: -3px; }
 
 main.search-results #head-img {
   margin: -280px auto 0; }
index f67a896..1d5986d 100644 (file)
@@ -387,6 +387,8 @@ main#golf-template{
         .block-text {
             padding: 0 5px 5px;
             background: #859878;
+            margin-right: 3px;
+            margin-top: -3px;
         }
     }
 }