Skip to content

Commit f11b5d5

Browse files
committed
refactor: 更新样式
1 parent bc4607e commit f11b5d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</ul>
6262
</div>
6363
</div>
64-
<div class="footer-info d-flex">
64+
<div class="footer-info">
6565
<div class="d-flex">
6666
<div>Powered by .NET @Version on @OS</div>
6767
<div class="ms-1">BB @VersionService.Version</div>

src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
background-color: #222;
4343
padding: var(--bb-footer-padding);
4444
color: #ddd;
45+
display: flex;
4546
}
4647

4748
.footer-info a {

0 commit comments

Comments
 (0)