From: Ian Weller Date: Wed, 24 Feb 2016 21:37:16 +0000 (-0500) Subject: getting copyright spacing right X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5f74a12a3776c2480dc7aaf12af78f95e8dfce2d;p=WP-Themes%2Fglmthemes%2Fcamppetosega-theme.git getting copyright spacing right --- diff --git a/css/app.css b/css/app.css index 1c9d931..bc3a744 100644 --- a/css/app.css +++ b/css/app.css @@ -6827,7 +6827,7 @@ footer#main img#compass { background: #0093d1; } #copyright { - padding: 20px 0 5px; + padding: 35px 0 5px; margin: 0 auto; float: none; } #copyright span { diff --git a/scss/_copyright.scss b/scss/_copyright.scss index e939594..2d71a8f 100644 --- a/scss/_copyright.scss +++ b/scss/_copyright.scss @@ -1,5 +1,5 @@ #copyright { - padding: 20px 0 5px; + padding: 35px 0 5px; margin: 0 auto; float: none; span {