From: Laury GvR Date: Wed, 12 Jul 2017 12:57:59 +0000 (-0400) Subject: SPlit footer address into two lines, increased footer height X-Git-Tag: v1.0.0^2~53 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0f804c8d98497f6c8cdb91e64ec6f0fc211ede12;p=WP-Themes%2Ftruenorthgolf.git SPlit footer address into two lines, increased footer height --- diff --git a/css/app.css b/css/app.css index 45807c2..e939a00 100644 --- a/css/app.css +++ b/css/app.css @@ -8162,7 +8162,7 @@ footer#main { background: #1b1b1b; clear: both; width: 100%; - padding: 25px 0; } + padding: 15px 0; } footer#main ul { list-style: none; display: inline-block; } diff --git a/parts/client-info-footer.php b/parts/client-info-footer.php index 25a8784..b1ba946 100644 --- a/parts/client-info-footer.php +++ b/parts/client-info-footer.php @@ -19,8 +19,8 @@
- , - + +
, diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 54702bb..fa48e44 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -4,7 +4,7 @@ footer#main { background: $slate; clear: both; width: 100%; - padding: 25px 0; + padding: 15px 0; ul { list-style: none; display: inline-block;