Fix footer bounds, Fix nav position.

This commit is contained in:
Cutieguwu
2025-07-25 12:39:58 -04:00
parent 4fce30b341
commit bf3d5c673e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
position: sticky;
top: var(--margin-pane);
bottom: var(--margin-pane);
right: 0;
left: 0;
color: var(--accent-pink);
}