From 94a8b58355ce957bcfc102e4977f2a2aba1442f8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 11 Sep 2024 15:00:22 -0400 Subject: [PATCH] css/bootstrap.local.css: set bottom to 0 --- base/css/bootstrap.local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/base/css/bootstrap.local.css b/base/css/bootstrap.local.css index 7d98b13..6624f20 100644 --- a/base/css/bootstrap.local.css +++ b/base/css/bootstrap.local.css @@ -21,6 +21,7 @@ body { } .footer { position: absolute; + bottom: 0; width: 100%; padding-bottom: 15px; background-color: #f5f5f5;