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 {