Update footer.css

This commit is contained in:
NOrtmann1
2026-05-26 10:51:32 +02:00
parent ee7986bef3
commit 4d8017aa2b
+2 -2
View File
@@ -1,7 +1,7 @@
/* FooterGrundlayout */
footer {
position: fixed;
bottom: 0;
position: sticky;
top: 100vh; /* Zwingt den Footer an den unteren Rand des sichtbaren Bereichs */
width: 100%;
background: #333d43;
text-align: center;