From 75988ffe7118eab111ca76b2bf199ec7856f34d6 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Tue, 26 May 2026 10:54:02 +0200 Subject: [PATCH] Update footer.css --- css/footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/footer.css b/css/footer.css index c481714..844d45f 100644 --- a/css/footer.css +++ b/css/footer.css @@ -7,7 +7,7 @@ footer { padding: 10px 0; /* Berechnet die Resthöhe: 100% Bildschirmhöhe minus geschätzte Inhaltshöhe */ - margin-top: calc(100vh - 200px); + margin-top: calc(100vh - 50px); } footer a {