From: Anthony Talarico Date: Thu, 17 Mar 2016 18:27:03 +0000 (-0400) Subject: fixing off centered footer shareThis icon X-Git-Tag: v1.0.0^2~81 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=636e63c8fdb99178f315a710b1eef84e4fcae143;p=WP-Themes%2FDiscoverKZOO.git fixing off centered footer shareThis icon --- diff --git a/css/app.css b/css/app.css index ec7ff51..84f01ac 100644 --- a/css/app.css +++ b/css/app.css @@ -7145,6 +7145,10 @@ header { width: 52px; height: 22px; } +#footerShareThis { + position: relative; + top: 6px; } + #lens { border-bottom: 5px solid #57b649; width: 100%; } diff --git a/scss/_main.scss b/scss/_main.scss index 0eae686..ea2c764 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -376,5 +376,6 @@ height: 22px; } #footerShareThis{ -// margin-top: 10px; + position: relative; + top: 6px; } \ No newline at end of file