diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 71a7b9434..7f8379919 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -648,11 +648,12 @@ footer { } } -h2.sidebar-title { +.sidebar-title { border-top: 2px solid $brand; display: inline-block; font-size: rem-calc(16); - margin: -1px 0 rem-calc(12); + font-weight: bold; + margin: -1px 0 $line-height/2; padding-top: $line-height/4; text-transform: uppercase; } diff --git a/app/views/shared/_social_share.html.erb b/app/views/shared/_social_share.html.erb index e32fa2db5..b92f745f6 100644 --- a/app/views/shared/_social_share.html.erb +++ b/app/views/shared/_social_share.html.erb @@ -1,6 +1,6 @@ <% if local_assigns[:share_title].present? %> -

<%= share_title %>

+ <% end %>
<%= social_share_button_tag("#{title} #{setting['twitter_hashtag']}") %>