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">
|
<div class="container">
|
||||||
© 2021 - Selector.Web - <a asp-area="" asp-page="/Privacy">Privacy</a>
|
© 2021 - Selector.Web - <a asp-area="" asp-page="/Privacy">Privacy</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="https://sarsoo.xyz/selector/">
|
<div style="text-align: center">
|
||||||
<img src="/andy.png"
|
<a href="https://sarsoo.xyz/selector/" style="display: inline-block">
|
||||||
alt="AP"
|
<img src="/andy.png"
|
||||||
width="120px"
|
alt="AP"
|
||||||
style="display: block;
|
width="120px"
|
||||||
|
style="display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding: 8px">
|
padding: 8px">
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
@await RenderSectionAsync("Scripts", required: false)
|
@await RenderSectionAsync("Scripts", required: false)
|
||||||
|
Loading…
Reference in New Issue
Block a user