From 3564c379cf0c00b620ce7942259b3b713c0b86b9 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 6 Apr 2017 16:32:47 -0400 Subject: [PATCH] I did some style changes I made some style changes to the blocks in the golf section. They should match the blocks on the home page. --- css/app.css | 4 +++- scss/_main.scss | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 3f4314b..ccedabe 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_main.scss b/scss/_main.scss index f67a896..1d5986d 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -387,6 +387,8 @@ main#golf-template{ .block-text { padding: 0 5px 5px; background: #859878; + margin-right: 3px; + margin-top: -3px; } } } -- 2.17.1