Update padding and margin on logo
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 3 Feb 2016 13:29:12 +0000 (08:29 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 3 Feb 2016 13:29:12 +0000 (08:29 -0500)
css/app.css
scss/_page.header.scss

index d5d35a5..5db314e 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: 17px 0 7px; }
+        padding: 0 0 7px; }
         @media only screen and (min-width:40.063em) and (max-width:64em) {
           header #header-content div.row div img {
             padding-bottom: 45px; } }
@@ -6413,7 +6413,7 @@ header {
       header #sec-nav > ul > li:first-child:before {
         content: none; }
   header img {
-    margin-left: 5px; }
+    margin-left: -5px; }
   header .social {
     margin-top: -25px;
     padding-right: 0; }
index a59a27f..3929a51 100644 (file)
@@ -24,7 +24,7 @@ header {
                     box-shadow: none;
                 }
                 img {
-                    padding: 17px 0 7px;
+                    padding: 0 0 7px;
                     @media #{$medium-only} {
                         padding-bottom: 45px;
                     }
@@ -131,7 +131,7 @@ header {
     img {
 //        position: relative;
 //        top: 17px;
-        margin-left: 5px;
+        margin-left: -5px;
     }
     .social {
         margin-top: -25px;