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 {