From 2fbf00e8b86cd6cf6120310d0aad700640e70702 Mon Sep 17 00:00:00 2001 From: Jakub Heger Date: Mon, 21 Oct 2024 19:04:04 +0200 Subject: [PATCH] fixed donation boxes --- donate.html | 8 ++++++-- style.css | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/donate.html b/donate.html index 473bfcb..c9dfdae 100644 --- a/donate.html +++ b/donate.html @@ -18,7 +18,7 @@

Donate

If you like our community, you can consider donating using these three options.

-
+
+

FAQ

diff --git a/style.css b/style.css index 62c265d..a93fc94 100644 --- a/style.css +++ b/style.css @@ -115,6 +115,7 @@ a { .donate-box { margin: 20px; padding: 15px; + max-width: 40%; width: 100%; height: 400px; border: var(--background2) 2px dashed;