Fixed donate layout

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-12-26 09:22:58 +01:00 committed by Alexander Borsuk
parent 15afdb0812
commit 7aa69de090
3 changed files with 16 additions and 5 deletions

View file

@ -87,10 +87,12 @@ Payment description: | Donation
Please consider donating annually to reduce total fees. Algorand, Tron,
Litecoin and Monero networks offer low fees, but situation changes every day.
Token | Name | Address
-- | -- | --
<p id="crypto_table" />
Token | Name | Address
:-- | :-- | :--
ALGO | Algorand | 3UZXZEPGFAM7E74IO32Y7O6KOY3E7NNNJVBV4GFS5UWQQSY7AIM5PK7C2E
BNB | Binance Coin | bnb1c8vmnqqhqc6lcajpzvuy4ss5dw3vjc7tc5q8zd
BNB | Binance | bnb1c8vmnqqhqc6lcajpzvuy4ss5dw3vjc7tc5q8zd
BTC | Bitcoin | bc1qjkq3tpy2gutsfdlcvys8slkempywk230u8rc8u
ETH | Ethereum | 0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
LTC | Litecoin | LfmSZ5yKBf17WwahZK9NEq5w2FLVap4Ctw

View file

@ -174,8 +174,18 @@ footer {
}
.donate_buttons {
display: flex;
form, iframe, a {
display: inline-block;
vertical-align: top;
}
a {
margin: 0 1em 0 1em;
}
}
#crypto_table + table {
font-size: smaller;
display: block;
overflow-x: auto;
white-space: nowrap;
}

View file

@ -9,6 +9,5 @@
</form>
<a href="/donate#sepa-and-direct-bank-transfer" title="SEPA or direct bank transfer">S€PA</a>
<a href="/donate#crypto" title="Bitcoin, Monero, Ethereum, Algorand, Tron, Zcash, Litecoin, Binance, etc.">CRYPTO</a>
</div>