Update footer.css

This commit is contained in:
NOrtmann1
2026-05-26 10:54:02 +02:00
parent cb1f3f0d07
commit 75988ffe71
+1 -1
View File
@@ -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 {