From 6654e4b9547e2119d03240637544dceb078be3c5 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sun, 22 Mar 2026 11:08:47 +0100 Subject: [PATCH] Better responsive design --- src/components/Navigation.astro | 11 ++- src/layouts/BaseLayout.astro | 1 + src/pages/index.astro | 116 +++++++++++++++++++++++--------- src/styles/global.css | 67 +++++++++++++++--- 4 files changed, 152 insertions(+), 43 deletions(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 94bcd14..21d2b6a 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -7,7 +7,7 @@ import Logo from "../assets/logo.svg";