diff options
| author | tedgravlin <123981212+tedgravlin@users.noreply.github.com> | 2023-06-18 20:49:24 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-06-18 21:02:25 -0400 |
| commit | 25f865998ae5dc4f32bb653d3a2658939400258a (patch) | |
| tree | 5aef63be6bbe6b6414a4d522a28745aae940b660 /static/main.css | |
| parent | 581d28ab3e535abef5dbb644f857105a1cafa0b4 (diff) | |
Standardize the size of the QR codes on the Donate page
* Also adds a slight curve to the corners
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |
