From d74c6a30c83cfefe28fb474616fc38df5869d51d Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 6 Oct 2021 18:49:40 +0200 Subject: [PATCH] Improve perk card styles --- BTCPayServer/wwwroot/crowdfund/styles/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/crowdfund/styles/main.css b/BTCPayServer/wwwroot/crowdfund/styles/main.css index 161776fd2..a1edf343f 100644 --- a/BTCPayServer/wwwroot/crowdfund/styles/main.css +++ b/BTCPayServer/wwwroot/crowdfund/styles/main.css @@ -58,7 +58,8 @@ canvas#fireworks { } .modal-body .perks-container .card:only-of-type { - max-width: 320px; + min-width: 240px; + max-width: 480px; margin: auto; }