signature link only for actual image, not full width

This commit is contained in:
Andy Pack 2022-10-02 01:16:38 +01:00
parent 32cb4a8c7d
commit 207ed8bb23
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -33,15 +33,17 @@
<div class="container">
&copy; 2021 - Selector.Web - <a asp-area="" asp-page="/Privacy">Privacy</a>
</div>
<a href="https://sarsoo.xyz/selector/">
<img src="/andy.png"
alt="AP"
width="120px"
style="display: block;
<div style="text-align: center">
<a href="https://sarsoo.xyz/selector/" style="display: inline-block">
<img src="/andy.png"
alt="AP"
width="120px"
style="display: block;
margin-left: auto;
margin-right: auto;
padding: 8px">
</a>
</a>
</div>
</footer>
@await RenderSectionAsync("Scripts", required: false)