adding feature header padding
authorIan Weller <ian@gaslightmedia.com>
Thu, 15 Dec 2016 18:06:39 +0000 (13:06 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 15 Dec 2016 18:06:39 +0000 (13:06 -0500)
I added some bottom padding to the 'Feature Center' header to make it
match the psd.

css/app.css
scss/_sidebar.scss

index c990ef4..dfa4013 100644 (file)
@@ -6761,7 +6761,7 @@ input[type="submit"].blogbutton {
     background: #044a70;
     font-weight: normal;
     text-transform: uppercase;
-    padding: 5px 0 8px;
+    padding: 5px 0 9px;
     margin: 0;
     letter-spacing: 0.05em; }
   @media only screen and (max-width: 40em) {
index e0674c5..7088a08 100644 (file)
@@ -22,7 +22,7 @@
         background: $d-blue;
         font-weight: normal;
         text-transform: uppercase;
-        padding: 5px 0 8px;
+        padding: 5px 0 9px;
         margin: 0;
         letter-spacing: 0.05em;
     }