Skip to content

Commit aba0a9f

Browse files
committed
refactor: 调整基金会图片样式
1 parent fe032c9 commit aba0a9f

File tree

2 files changed

+2
-2
lines changed

2 files 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
@@ -37,8 +37,8 @@
3737
<img alt="barcode" class="barcode" src="./images/[email protected]" />
3838
</div>
3939
<div class="bb-foundation">
40-
<a class="bb-foundation-img" href="https://www.dotnetfoundation.org/">
41-
<img align="right" src="https://github.com/dotnet-foundation/swag/blob/main/logo/dotnetfoundation_v4.png?raw=true" width="100" />
40+
<a class="bb-foundation-img d-none d-sm-block" href="https://www.dotnetfoundation.org/">
41+
<img src="./images/dotnet_foundation_v4.png" width="100" />
4242
</a>
4343
<div class="bb-foundation-content">本项目属于 <a href="https://www.dotnetfoundation.org/">.NET 基金会</a>,并根据其 <a href="https://www.dotnetfoundation.org/code-of-conduct">行为准则</a> 运作。</div>
4444
</div>
173 KB
Loading

0 commit comments

Comments
 (0)