From: Ian Weller Date: Thu, 6 Apr 2017 20:53:27 +0000 (-0400) Subject: I added a max width X-Git-Tag: v1.2.22^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=50ccdb9c3d3bf6234a0d05bb472b39ffa6634fa3;p=WP-Themes%2Fmountpleasantwow.git I added a max width I added a max width style to the text area of the block so they all match. --- diff --git a/css/app.css b/css/app.css index ccedabe..d29856c 100644 --- a/css/app.css +++ b/css/app.css @@ -7003,7 +7003,7 @@ main#golf-template #content-wrapper { main#golf-template #content-wrapper .block-text { padding: 0 5px 5px; background: #859878; - margin-right: 3px; + max-width: 300px; margin-top: -3px; } main.search-results #head-img { diff --git a/scss/_main.scss b/scss/_main.scss index 1d5986d..5d78352 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -387,7 +387,7 @@ main#golf-template{ .block-text { padding: 0 5px 5px; background: #859878; - margin-right: 3px; + max-width: 300px; margin-top: -3px; } }