From 25f865998ae5dc4f32bb653d3a2658939400258a Mon Sep 17 00:00:00 2001 From: tedgravlin <123981212+tedgravlin@users.noreply.github.com> Date: Sun, 18 Jun 2023 20:49:24 -0400 Subject: [PATCH] Standardize the size of the QR codes on the Donate page * Also adds a slight curve to the corners --- static/donate.html | 12 ++++++------ static/main.css | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/static/donate.html b/static/donate.html index 021e7a32..e2a0256e 100644 --- a/static/donate.html +++ b/static/donate.html @@ -90,7 +90,7 @@
@@ -99,7 +99,7 @@ @@ -116,7 +116,7 @@ @@ -139,7 +139,7 @@ @@ -152,7 +152,7 @@ @@ -167,7 +167,7 @@ diff --git a/static/main.css b/static/main.css index a9c881d7..7ba40213 100644 --- a/static/main.css +++ b/static/main.css @@ -203,6 +203,9 @@ button:disabled { .coin-address img { image-rendering: pixelated; + width: 180px; + height: 180px; + border-radius: 16px; } footer img {