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: Standardize the size of the QR codes on the Donate page * Also adds a slight curve to the corners --- static/main.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/main.css') 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 { -- cgit v1.3.1