Skip to content

Commit 9fdf670

Browse files
committed
Make GitHub-Sponsor border smaller
1 parent 6e5743d commit 9fdf670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/GithubSponsor.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/sponsors/@Name" class="text-decoration-none border border-dark rounded p-2">
1+
<a href="https://github.com/sponsors/@Name" class="text-decoration-none border border-dark rounded p-1">
22
<i class="github"></i> Sponsors
33
</a>
44
@code {

0 commit comments

Comments
 (0)