From ee028ee6dfa2750aa104cc23f9efa0529ac4f13c Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 18 Apr 2023 13:27:12 +0200 Subject: [PATCH] Re-apply bottom padding on footer --- output/styles2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/styles2.css b/output/styles2.css index 84786a33..7c70e7b0 100644 --- a/output/styles2.css +++ b/output/styles2.css @@ -330,7 +330,7 @@ footer { max-width: 100%; text-align: center; - padding-top: var(--body-margin); + padding-bottom: var(--body-margin); padding-inline: var(--body-margin); }