refactor: update footer, revamp theme toggle, add head metadata, post navigation spacing
All checks were successful
build dist / build-dist (push) Successful in 35s

This commit is contained in:
z0x 2025-05-07 10:01:47 -04:00
parent 81d454824a
commit a522447570
9 changed files with 129 additions and 144 deletions

View file

@ -1,4 +1,10 @@
---
import "@/styles/callout.css";
import "@/styles/global.css";
import "@/styles/typography.css";
import "@fontsource-variable/geist";
import "@fontsource-variable/geist-mono";
import Footer from "@/components/Footer.astro";
import Head from "@/components/Head.astro";
import Header from "@/components/Header.astro";
@ -19,7 +25,7 @@ const { title, description } = Astro.props;
</head>
<body>
<div
class="box-border flex h-fit min-h-screen flex-col gap-y-6 font-sans antialiased"
class="flex h-fit min-h-screen flex-col gap-y-6"
>
<Header />
<main class="grow">