Standardize the size of the QR codes on the Donate page

* Also adds a slight curve to the corners
This commit is contained in:
tedgravlin
2023-06-18 20:49:24 -04:00
committed by Daniel Micay
parent 581d28ab3e
commit 25f865998a
2 changed files with 9 additions and 6 deletions

View File

@@ -203,6 +203,9 @@ button:disabled {
.coin-address img {
image-rendering: pixelated;
width: 180px;
height: 180px;
border-radius: 16px;
}
footer img {