added some styling to the logo.
authorIan Weller <ian@gaslightmedia.com>
Mon, 17 Apr 2017 15:23:27 +0000 (11:23 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 17 Apr 2017 15:23:27 +0000 (11:23 -0400)
I added some bottom padding to the logo so it wouldn't touch the tab bar
in responsive.  10 pixels makes it match the padding on top of the
header itself.

css/app.css
scss/_page.header.scss

index ba1bbd0..4710895 100644 (file)
@@ -6311,7 +6311,7 @@ header {
     padding: 29px 0 34px; }
     @media only screen and (min-width:0em) and (max-width:64em) {
       header #logo-tag {
-        padding: 0 15px; } }
+        padding: 0 15px 10px; } }
   header h5 {
     clear: none;
     display: inline-block;
index 162333c..2e2eebf 100644 (file)
@@ -5,7 +5,7 @@ header {
     #logo-tag {
         padding: 29px 0 34px;
         @media #{$medium-down}{
-            padding: 0 15px;
+            padding: 0 15px 10px;
         }
     }
     h5 {