From 9e900a3436948a0eb430236971de4886b49b1835 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Tue, 26 May 2026 10:54:40 +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 844d45f..fff2e04 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 - 50px); + margin-top: calc(100vh - 400px); } footer a {