Skip to content

Commit 0f1805d

Browse files
committed
Make social accounts bigger
1 parent 84dc8aa commit 0f1805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Home/Components/SocialAccounts.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@using LinkDotNet.Blog.Domain
2-
<div class="d-flex flex-row justify-content-center">
2+
<div class="d-flex flex-row justify-content-center" style="font-size: 1.25em;">
33
@if (Social.HasLinkedinAccount)
44
{
55
<a id="linkedin" class="nav-link" target="_blank" href="@Social.LinkedinAccountUrl">

0 commit comments

Comments
 (0)