From 636e63c8fdb99178f315a710b1eef84e4fcae143 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Mar 2016 14:27:03 -0400 Subject: [PATCH] fixing off centered footer shareThis icon --- css/app.css | 4 ++++ scss/_main.scss | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.17.1