From cc9d0a685531ca5feb266a140cfecadd0c47b115 Mon Sep 17 00:00:00 2001 From: karim Date: Sun, 31 May 2026 14:39:56 +0200 Subject: [PATCH] =?UTF-8?q?footer:=20schwarz=20bis=20ganz=20unten=20(Body-?= =?UTF-8?q?Bottom-Padding=20raus,=20min-height:100vh)=20+=20Forum=E2=86=92?= =?UTF-8?q?Dialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- assets/css/custom.css | 3 ++- layouts/_partials/footer.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 83bcd28..9a3c07f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -80,8 +80,9 @@ body { font-family: var(--font-family-serif); font-size: var(--font-size-base); line-height: 1.55; - padding: 0 0 var(--spacing-xl); + padding: 0; margin: 0; + min-height: 100vh; gap: var(--spacing-sm); display: grid; grid-template-rows: auto 1fr auto; diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 63287e3..cd4fb88 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -4,7 +4,7 @@