I put the background color for the blocks in and added a bit of padding
to help keep them from touching the edges of the background.
main#golf-template #content-wrapper h6 {
font-size: 1.4375rem;
color: #859878; }
+ main#golf-template #content-wrapper .block-text {
+ padding: 0 5px 5px;
+ background: #859878; }
main.search-results #head-img {
margin: -280px auto 0; }
font-size: rem-calc(23);
color: #859878;
}
+ .block-text {
+ padding: 0 5px 5px;
+ background: #859878;
+ }
}
}
main.search-results {