diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-22 17:01:49 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-22 17:15:08 -0500 |
| commit | a5cc377025eb832df43d81a0a8b987a3451e7cf6 (patch) | |
| tree | e894fd6969c5532c32d7106fdbba2bac02502c7f /static/grapheneos.css | |
| parent | dc31ad46fb6f7c09d7236d13fce0bc63b5f010ce (diff) | |
add Monero donation address
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 9f6cc7c4..791a239e 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -90,11 +90,11 @@ main { overflow-wrap: break-word; } -#bitcoin-address { +.coin-address { display: inline-block; } -#bitcoin-address > * { +.coin-address > * { display: block; margin-left: auto; margin-right: auto; |
