From bc44a41106ee2eef6cdcc6328214e2fa1b465f0d Mon Sep 17 00:00:00 2001 From: leosw Date: Sun, 13 Jul 2025 15:48:38 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20blanc=20apr=C3=A8s=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/css/d.index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/css/d.index.css b/views/css/d.index.css index d62d708..c0b1d83 100755 --- a/views/css/d.index.css +++ b/views/css/d.index.css @@ -256,7 +256,7 @@ section { background: white; margin: auto; width: 820px; - min-height: calc(100% - 98px); + min-height: calc(100% - 94px); z-index: 10; padding: 15px; text-align: justify;