We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dc8aa commit 0f1805dCopy full SHA for 0f1805d
src/LinkDotNet.Blog.Web/Features/Home/Components/SocialAccounts.razor
@@ -1,5 +1,5 @@
1
@using LinkDotNet.Blog.Domain
2
-<div class="d-flex flex-row justify-content-center">
+<div class="d-flex flex-row justify-content-center" style="font-size: 1.25em;">
3
@if (Social.HasLinkedinAccount)
4
{
5
<a id="linkedin" class="nav-link" target="_blank" href="@Social.LinkedinAccountUrl">
0 commit comments