From 1e71e524ef3ccede8e951908a1c5942310b90210 Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 18 Apr 2023 11:27:12 +0000 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 84786a3..7c70e7b 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); }