Move footer to not be sticky. Closes #2288

This commit is contained in:
Gabe Kangas
2022-12-05 21:04:03 -08:00
parent f1e0816347
commit 0c3d3f1c17
4 changed files with 9 additions and 24 deletions

View File

@@ -11,7 +11,7 @@
--module-spacing: 12px; // margin size between lines of stuff, if needed
--header-height: 4rem; // needed for making main content scrollable;
--footer-height: 2.5rem; // needed for making main content scrollable;
--content-height: calc(100vh - var(--header-height) - var(--footer-height));
--content-height: calc(100vh - var(--header-height));
}
::selection {