fixed footer on small displays
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user