From 297e0c90a949b6fed1b7cf05148c95f1b30997e7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Jan 2025 13:23:01 -0700 Subject: [PATCH] Remove attempts at having columns take up the full row height, was not working. Likely due to how HTML renders they did not know how large the elements after them would be. --- pages/helpers/main.css | 12 ++++-------- pages/subpages/support/donate.php | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/pages/helpers/main.css b/pages/helpers/main.css index 2f8dd1a..0aa442b 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -24,8 +24,9 @@ [class*="col-"] { float: left; padding: 15px; - /*border: 1px solid green;*/ /* FORTESTING otherwise disable */ - height: 100%; + + /* FORTESTING, otherwise disable */ + /*border: 1px solid green;*/ } /* Ensure columns are respected as if they always exist. */ @@ -91,11 +92,6 @@ 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%;*/ @@ -114,7 +110,7 @@ max-height: 500px; } - /* FORTESTING otherwise disable */ + /* FORTESTING, otherwise disable */ /* div { border: 1px solid red; diff --git a/pages/subpages/support/donate.php b/pages/subpages/support/donate.php index 0604090..ac7e5c7 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.