From: Anthony Talarico Date: Wed, 4 Jan 2017 18:00:21 +0000 (-0500) Subject: increasing margin to the share this button in the pages to compensate for X-Git-Tag: v1.0.0^2~35 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=67d5387bd2e5b19749071d57fd8c84a0d735c792;p=WP-Themes%2Fmcda.git increasing margin to the share this button in the pages to compensate for the removal of breadcrumbs --- diff --git a/css/app.css b/css/app.css index 0f5bb2e..9298081 100644 --- a/css/app.css +++ b/css/app.css @@ -6588,7 +6588,7 @@ body .stButton .sharethis { height: 22px; } .share-interior { - margin-top: 10px; + margin-top: 20px; display: inline-block; float: right; } diff --git a/scss/_main.scss b/scss/_main.scss index 377a154..96f5224 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -110,7 +110,7 @@ body .stButton .sharethis { } .share-interior{ - margin-top: 10px; + margin-top: 20px; display: inline-block; float: right; }