From: Ian Weller Date: Thu, 6 Apr 2017 20:32:47 +0000 (-0400) Subject: I did some style changes X-Git-Tag: v1.2.22^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3564c379cf0c00b620ce7942259b3b713c0b86b9;p=WP-Themes%2Fmountpleasantwow.git 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. --- 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; } } }