adding blog wrapper style
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 22:03:30 +0000 (17:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 22:03:30 +0000 (17:03 -0500)
css/app.css
scss/_blog.scss

index 302474c..4a06f3f 100644 (file)
@@ -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;
index caf5e86..09b02ae 100644 (file)
@@ -192,6 +192,9 @@ input[type="submit"].blogbutton {
         }
     }
 }
+#blog-side-info-wrapper{
+    background: white;
+}
 @media #{$small-only} {
     #blog-side-info-wrapper {
         float: none;