From c8e8d680708a608a95cd586a31ad64165a26c035 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 8 Sep 2024 16:12:19 -0400 Subject: [PATCH] bootstrap.local.css: add padding-bottom to footer --- basewiki/bootstrap.local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index 47b5c6e..a9d06e2 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -47,6 +47,7 @@ body { .footer { position: absolute; width: 100%; + padding-bottom: 15px; background-color: #f5f5f5; }