From 20c870f64048dba8af0bebce4506b4b1f084825a Mon Sep 17 00:00:00 2001 From: jonathan_schlegel Date: Wed, 4 Feb 2026 09:58:12 +0100 Subject: [PATCH] css/custom.css aktualisiert --- css/custom.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 1f2cab2..f11c6c9 100644 --- a/css/custom.css +++ b/css/custom.css @@ -55,15 +55,16 @@ html, body { height: 100%; margin: 0; } -body { - background-color: #FAF2E9 !important; -} + .wrapper { min-height: 100%; /* Equal to height of footer */ /* But also accounting for potential margin-bottom of last child */ margin-bottom: -200px; + + background-color: #FAF2E9 !important; + } footer, .push {