I added a max width
authorIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 20:53:27 +0000 (16:53 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 20:53:27 +0000 (16:53 -0400)
I added a max width style to the text area of the block so they all
match.

css/app.css
scss/_main.scss

index ccedabe..d29856c 100644 (file)
@@ -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 {
index 1d5986d..5d78352 100644 (file)
@@ -387,7 +387,7 @@ main#golf-template{
         .block-text {
             padding: 0 5px 5px;
             background: #859878;
-            margin-right: 3px;
+            max-width: 300px;
             margin-top: -3px;
         }
     }