fix buggy & unnecessary CSS/HTML

it fixes;
* the static size of the footer
* unnecessary HTML in the support page
This commit is contained in:
HardenedSteel 2024-04-02 01:53:46 +03:00
parent 91854dde16
commit ab8c2b3e49
No known key found for this signature in database
GPG Key ID: 13C7511DDC97498C
2 changed files with 3 additions and 4 deletions

View File

@ -374,7 +374,6 @@ footer {
#wrap {
min-height: 100%;
position: relative;
padding-bottom: 105px;
}
.footer {
@ -384,5 +383,4 @@ footer {
text-align: center;
position: absolute;
width: 100%;
bottom: 0;
}
}

View File

@ -15,5 +15,6 @@ If you get value out of Revuo Monero and wish to see it continue, you can send s
<p class="address" markdown="1">89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT</p>
<p><center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center></p>
<center><a href="monero:89Esx7ZAoVcD9wiDw57gxgS7m52sFEEbQiFC4qq18YZy3CdcsXvJ67FYdcDFbmYEGK7xerxgmDptd1C2xLstCbgF3RUhSMT" class="qr"><img src="/img/donate-monero.jpg" style="max-width: 200px;"/></a></center>
<br>
</div>