fixed footer on small displays

This commit is contained in:
Hunter W.
2026-03-27 15:56:49 -04:00
parent 166478f39a
commit 59e7589a29
2 changed files with 9 additions and 2 deletions

View File

@@ -4,12 +4,12 @@ import { SITE } from "@/data/content";
export default function Footer() {
return (
<div
className="footer"
style={{
position: "fixed",
bottom: 0,
left: 0,
right: 0,
height: 28,
background: "var(--surface)",
borderTop: "1px solid var(--border)",
display: "flex",