From 4f7887e194b555641976215fcacea899aa017240 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Fri, 31 Oct 2025 03:35:43 +0100 Subject: [PATCH] Align social link icons similarly to bootstrap icons --- app/views/social_links/_show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/social_links/_show.html.erb b/app/views/social_links/_show.html.erb index 68ff0bdcf..9df2435fc 100644 --- a/app/views/social_links/_show.html.erb +++ b/app/views/social_links/_show.html.erb @@ -4,7 +4,7 @@ <%= link_to social_link.parsed[:url], :class => "icon-link mw-100 text-body-secondary mb-2", :rel => "nofollow me" do %> <%= inline_svg_tag "social_link_icons/#{social_link.parsed[:platform] || 'website'}.svg", :title => social_link.parsed[:platform] || t(".website"), - :class => "flex-shrink-0" %> + :class => "flex-shrink-0 mb-n1" %> <%= social_link.parsed[:name] %> -- 2.39.5