fix: Footer always bottom

This commit is contained in:
Tibo De Peuter 2025-11-11 20:37:09 +01:00
parent abb296ac11
commit 8b63c003f6
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -178,6 +178,9 @@ footer {
text-align: center;
background-color: var(--surface-color);
margin-top: auto;
flex-shrink: 0;
}
footer p {