CryptoDonate: make crypto addresses copyable

This commit is contained in:
Alex Gleason
2021-06-09 17:39:45 -05:00
parent 483fadb7c2
commit fde99ff11c
2 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
.crypto-address {
padding: 20px;
}
.site-wallet {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}