From: Ian Weller Date: Thu, 15 Dec 2016 18:06:39 +0000 (-0500) Subject: adding feature header padding X-Git-Tag: v1.0.0^2~74 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ffbdbfa14a2b724d5ea3040b943656ac0582f003;p=WP-Themes%2Fmcda.git adding feature header padding I added some bottom padding to the 'Feature Center' header to make it match the psd. --- 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; }