From 953958a7d7d2c646758fab177c9429a2943736f1 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sun, 23 Feb 2025 21:35:55 -0700 Subject: [PATCH] botom padding now that footer isnt fixed --- _werc/pub/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_werc/pub/style.css b/_werc/pub/style.css index 97887ca..2e0a66f 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -22,7 +22,7 @@ header nav div a { text-decoration: underline; color: #54402c; } body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #ac8760; border-radius: 25px; padding-left: 10px; } /* article */ -body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; } +body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; } /* footer */ footer { margin: 5px; }