From ffbdbfa14a2b724d5ea3040b943656ac0582f003 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 15 Dec 2016 13:06:39 -0500 Subject: [PATCH] adding feature header padding I added some bottom padding to the 'Feature Center' header to make it match the psd. --- css/app.css | 2 +- scss/_sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index c990ef4..dfa4013 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index e0674c5..7088a08 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -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; } -- 2.17.1