From c4132486acea24c75e6ed0e74eb329d879990c17 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Wed, 22 Dec 2021 20:56:32 -0500 Subject: feat: licenses in footer, footnotes on rescue --- includes/foot.php | 11 ++++++++++- includes/style.css | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/foot.php b/includes/foot.php index 750a22a..d3754d6 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -2,8 +2,17 @@
+ diff --git a/includes/style.css b/includes/style.css index 3213b99..c8d9a33 100644 --- a/includes/style.css +++ b/includes/style.css @@ -196,5 +196,6 @@ th { } footer { + font-size: 0.75em; text-align: center; } -- cgit v1.2.3