From c0001400408e3ccad8617e81ec4688a0178c1cbf Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Jan 2025 13:16:10 -0700 Subject: [PATCH] Add fill class so that donation boxes take up all the available height. --- pages/helpers/main.css | 6 ++++++ pages/subpages/support/donate.php | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/helpers/main.css b/pages/helpers/main.css index 3415798..86a9f93 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -84,11 +84,17 @@ border: 0px; } + /** When a field needs more background color above and below. **/ .spacing { padding-top: 5px; padding-bottom: 5px; } + /** Ensure elements in a container use the full height. **/ + .fill { + height: 100%; + } + /** Format tables and allow contents to be broken up. **/ table { /*width: 100%;*/ diff --git a/pages/subpages/support/donate.php b/pages/subpages/support/donate.php index ac7e5c7..0604090 100755 --- a/pages/subpages/support/donate.php +++ b/pages/subpages/support/donate.php @@ -6,7 +6,7 @@
-
+

Preference 1 - Private Crypto

Send me any type of coin.

@@ -15,7 +15,7 @@
-
+

Preference 2 - Public Crypto

Donate directly to my addresses.

@@ -39,7 +39,7 @@
-
+

Preference 3 - Public USD

Send USD to a fiat-based account.