From acd6264dcc2229c6da0eebba094ce44a577d74d3 Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Sun, 26 Oct 2025 10:24:46 +0000 Subject: [PATCH] new bordered layout (max-w-6xl) --- src/components/Header.astro | 10 +++++----- src/layouts/Layout.astro | 9 +++++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 52426a9a..d3f3c36c 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,5 +1,5 @@ --- -const { currentPage } = Astro.props; +const { currentPage, innerClass } = Astro.props; const pages = [ { title: "home", path: "/" }, @@ -24,10 +24,10 @@ const pages = [
-
-