From: Ian Weller Date: Thu, 15 Dec 2016 21:19:19 +0000 (-0500) Subject: fixed the padding on the footer button X-Git-Tag: v1.0.0^2~71 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=08d3f290c161d35e6403242f690e33949d641f59;p=WP-Themes%2Fmcda.git fixed the padding on the footer button I got the padding for the member login button. Oddly enough, I got it perfect. --- diff --git a/css/app.css b/css/app.css index dfa4013..bf9ad1f 100644 --- a/css/app.css +++ b/css/app.css @@ -6891,7 +6891,7 @@ footer.main { border: 1px solid #FFFFFF; color: #efab2c; background: #044a70; - padding: 0 6px; + padding: 2px 9px 1px; margin: 14px 0 0; box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35); -ms-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35); diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 8ea741f..87a4428 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -16,7 +16,7 @@ footer.main { border: 1px solid $white; color: $gold; background: $d-blue; - padding: 0 6px; + padding: 2px 9px 1px; margin: 14px 0 0; box-shadow: 0 0 7px 2px rgba($black, 0.35); -ms-box-shadow: 0 0 7px 2px rgba($black, 0.35);