From 9409834cbad547e94f153eca28c53fee4b57af2a Mon Sep 17 00:00:00 2001 From: 53hornet Date: Wed, 22 Dec 2021 19:02:39 -0500 Subject: feat: basic donation page --- includes/foot.php | 2 +- includes/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/foot.php b/includes/foot.php index c128cc1..750a22a 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -2,7 +2,7 @@
diff --git a/includes/style.css b/includes/style.css index 6d66496..3213b99 100644 --- a/includes/style.css +++ b/includes/style.css @@ -194,3 +194,7 @@ th { .form .description { display: none; } + +footer { + text-align: center; +} -- cgit v1.2.3