From 23d30f99cfbeacce5b299876381864a0acf52c7e Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:00:30 -0700 Subject: [PATCH] fix: large empty bottom space --- src/css/custom.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 6fda3a8..9f43ff6 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1,6 +1,4 @@ html { - width: 100%; - height: 100%; background-image: linear-gradient(to bottom right, #013c4a 0, #193e4c 44%, #004b5b 100%) !important; color: #fff; font-style: normal; @@ -126,13 +124,13 @@ p { #donation-qr { width: auto; height: 80vh; - max-width: 600px; - max-height: 600px; + max-width: 250px; + max-height: 250px; } #donation-qr-container { height: auto; - padding: 20px; + padding: 20px 0; } } @@ -154,7 +152,6 @@ p { display: none; justify-content: center; align-items: center; - height: 100vh; } #donation-qr {