From e681b5c196a4096323cb2354ed8472a0b7665a8c Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 16 Sep 2026 09:54:18 +0200 Subject: [PATCH] sticky navbar --- src/components/Navbar.astro | 2 +- src/layouts/Layout.astro | 11 +- src/pages/index.astro | 212 ++++++++++++++++++------------------ 3 files changed, 107 insertions(+), 118 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index be06535..125bf9a 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -2,7 +2,7 @@ import path from "../utils/path.ts" --- -