signature link only for actual image, not full width
This commit is contained in:
parent
32cb4a8c7d
commit
207ed8bb23
@ -33,15 +33,17 @@
|
||||
<div class="container">
|
||||
© 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)
|
||||
|
Loading…
Reference in New Issue
Block a user