Fixed some stuff.

This commit is contained in:
2025-07-22 12:02:26 +02:00
committed by GitHub
parent eb6e40719f
commit 5ab71407ea
3 changed files with 7 additions and 5 deletions

View File

@@ -115,7 +115,8 @@ a {
}
footer {
position: fixed;
bottom: 0px;
position: relative;
bottom: 0;
left: 0;
width: 100%;
}