From fe52bf65d7d426c512a41e34640bd0e7c357cef7 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sun, 23 Feb 2025 18:31:35 -0700 Subject: [PATCH] unfix footer --- _werc/lib/footer.inc | 1 - _werc/pub/style.css | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_werc/lib/footer.inc b/_werc/lib/footer.inc index 9c756ce..6257d98 100644 --- a/_werc/lib/footer.inc +++ b/_werc/lib/footer.inc @@ -5,7 +5,6 @@ diff --git a/_werc/pub/style.css b/_werc/pub/style.css index e54ff21..b6dada5 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -23,3 +23,6 @@ body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #a /* article */ body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; } + +/* footer */ +footer { margin: 5px }