From: Laury GvR Date: Wed, 12 Jul 2017 12:55:26 +0000 (-0400) Subject: Increased footer address height, reduced copyright footer height X-Git-Tag: v1.0.0^2~55 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3b0a46a9755604f085c0eb4a79e0e92d8ac6afdf;p=WP-Themes%2Ftruenorthgolf.git Increased footer address height, reduced copyright footer height --- diff --git a/css/app.css b/css/app.css index aafee86..45807c2 100644 --- a/css/app.css +++ b/css/app.css @@ -8162,7 +8162,7 @@ footer#main { background: #1b1b1b; clear: both; width: 100%; - padding: 5px 0; } + padding: 25px 0; } footer#main ul { list-style: none; display: inline-block; } @@ -8232,7 +8232,7 @@ img#orb-foot { #copyright { background-color: #0f0f0f; color: lightgrey; - padding: 15px 0; + padding: 3px 0; margin: 0 auto; float: none; width: 100%; diff --git a/scss/_copyright.scss b/scss/_copyright.scss index 03b0dc9..5a488f1 100644 --- a/scss/_copyright.scss +++ b/scss/_copyright.scss @@ -1,7 +1,7 @@ #copyright { background-color: $light-black; color: lightgrey; - padding: 15px 0; + padding: 3px 0; margin: 0 auto; float: none; width: 100%; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 203c57d..54702bb 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -4,7 +4,7 @@ footer#main { background: $slate; clear: both; width: 100%; - padding: 5px 0; + padding: 25px 0; ul { list-style: none; display: inline-block;