File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" d-flex flex-column flex-md-row gap-2 justify-content-start align-items-center" >
3
3
@if (AppConfiguration .Value .IsKofiEnabled )
4
4
{
5
- <div >
5
+ <div class = " mt-2 " >
6
6
<Kofi KofiToken =" @AppConfiguration.Value.KofiToken" ></Kofi >
7
7
</div >
8
8
}
9
9
10
10
@if (AppConfiguration .Value .IsGithubSponsorAvailable )
11
11
{
12
- <div class =" mb-2 mb-md-0 me-md -2" >
13
- <GithubSponsor Name =" @AppConfiguration.Value.GithubSponsorName" ></GithubSponsor >
14
- </div >
12
+ <div class =" mt -2" >
13
+ <GithubSponsor Name =" @AppConfiguration.Value.GithubSponsorName" ></GithubSponsor >
14
+ </div >
15
15
}
16
16
17
17
@if (AppConfiguration .Value .IsPatreonEnabled )
18
18
{
19
- <div class =" mb-2 mb-md-0 me-md -2" >
19
+ <div class =" mt -2" >
20
20
<Patreon PatreonName =" @AppConfiguration.Value.PatreonName" ></Patreon >
21
21
</div >
22
22
}
You can’t perform that action at this time.
0 commit comments