Skip to content

Commit 313f24f

Browse files
committed
refactor: 更新样式
1 parent aa1e770 commit 313f24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Components/Pages/Index.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<section class="bd-masthead">
88
<div class="container-xxl bd-gutter">
9-
<div class="text-center">
9+
<div class="col-md-8 mx-auto text-center">
1010
<a class="d-inline-flex text-dark text-decoration-none" href="https://github.com/dotnetcore/BootstrapBlazor?wt.mc_id=DT-MVP-5004174" rel="noopener" target="_blank">
1111
<span class="py-2 px-3 rounded-5 masthead-notice">
1212
@Localizer["Support"]
@@ -17,7 +17,7 @@
1717
<p class="lead mb-4">
1818
@Localizer["SubTitle"]
1919
</p>
20-
<a href="introduction/" class="btn btn-lg bd-btn-lg btn-bd-primary mb-4 d-inline-flex align-items-center justify-content-center fw-semibold">
20+
<a href="introduction" class="btn btn-lg bd-btn-lg btn-bd-primary mb-4 d-inline-flex align-items-center justify-content-center fw-semibold">
2121
<i class="fa-solid fa-book-open"></i>
2222
<span class="ms-2">@Localizer["Docs"]</span>
2323
</a>

0 commit comments

Comments
 (0)