Split footer to prevent overflows.

This commit is contained in:
2026-07-13 21:40:12 +02:00
parent 18693faa5f
commit 29a17b2e94
3 changed files with 52 additions and 24 deletions

View File

@@ -65,3 +65,12 @@
.capitalize {
text-transform: capitalize;
}
.hidden {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
overflow: hidden;
}