From 50ccdb9c3d3bf6234a0d05bb472b39ffa6634fa3 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 6 Apr 2017 16:53:27 -0400 Subject: [PATCH] I added a max width I added a max width style to the text area of the block so they all match. --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.17.1