From 6542cb42a25970debf8fe6cb768f342cbc5e0864 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Mon, 8 Sep 2025 16:05:50 +0930 Subject: [PATCH] More consistent shadow on about image --- src/components/Navbar.astro | 2 +- src/components/Player.astro | 5 ++++- src/pages/about.astro | 2 +- src/pages/index.astro | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 4a24d17..d5a810e 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -13,7 +13,7 @@ const { navbarDisplay = "normal" } = Astro.props as Props; ---