Update padding some more for the logo
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 3 Feb 2016 13:31:13 +0000 (08:31 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 3 Feb 2016 13:31:13 +0000 (08:31 -0500)
css/app.css
scss/_page.header.scss

index 5db314e..c26454f 100644 (file)
@@ -6326,7 +6326,7 @@ header {
       header #header-content div.row div div.row {
         box-shadow: none; }
       header #header-content div.row div img {
-        padding: 0 0 7px; }
+        padding: 0; }
         @media only screen and (min-width:40.063em) and (max-width:64em) {
           header #header-content div.row div img {
             padding-bottom: 45px; } }
index 3929a51..0d72aa3 100644 (file)
@@ -24,7 +24,7 @@ header {
                     box-shadow: none;
                 }
                 img {
-                    padding: 0 0 7px;
+                    padding: 0;
                     @media #{$medium-only} {
                         padding-bottom: 45px;
                     }