Center supporter logos on 404 page

This commit is contained in:
Dennis Reimann
2020-04-15 16:49:13 +02:00
parent 03458efea4
commit 26067fbfe2
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@
<div class="row">
<div class="col-12">
<hr class="primary ml-0" style="margin:20px auto;" />
@await Html.PartialAsync("_BTCPaySupporters")
@await Html.PartialAsync("_BTCPaySupporters", new ViewDataDictionary(ViewData) { { "Justify", "center" } })
</div>
</div>
</div>

View File

@@ -1,5 +1,5 @@
<h3 class="lead-h">BTCPayServer Supporters <a href="https://foundation.btcpayserver.org/" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a></h3>
<div class="row">
<div class="row justify-content-@(ViewData["Justify"] ?? "start")">
<div class="figure p-3">
<a href="https://twitter.com/sqcrypto" target="_blank">
<img src="~/img/squarecrypto.svg" alt="Sponsor Square Crypto" height="75" />