hide footer on footer hidden page on mobile
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

This commit is contained in:
isUnknown 2026-04-22 15:46:42 +02:00
parent 4698f683ed
commit b5a3dde43b

View file

@ -68,6 +68,6 @@
@media screen and (max-width: 800px) {
:root {
--footer-height: 29rem;
--footer-height: 30rem;
}
}