From 9c28968272654d22669f31650724b170dd325153 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 17:03:30 -0500 Subject: [PATCH] adding blog wrapper style --- css/app.css | 3 +++ scss/_blog.scss | 3 +++ 2 files changed, 6 insertions(+) diff --git a/css/app.css b/css/app.css index 302474c..4a06f3f 100644 --- a/css/app.css +++ b/css/app.css @@ -8057,6 +8057,9 @@ input[type="submit"].blogbutton { padding: 8px 0; line-height: 1.1; } +#blog-side-info-wrapper { + background: white; } + @media only screen and (max-width: 40em) { #blog-side-info-wrapper { float: none; diff --git a/scss/_blog.scss b/scss/_blog.scss index caf5e86..09b02ae 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -192,6 +192,9 @@ input[type="submit"].blogbutton { } } } +#blog-side-info-wrapper{ + background: white; +} @media #{$small-only} { #blog-side-info-wrapper { float: none; -- 2.17.1