From 429e7ff3b0635f0036b9121c81479e08355745b7 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 4 Aug 2024 21:29:22 +0200 Subject: [PATCH] Reworked some of the navigation styling --- src/components/Header.astro | 15 ++++++++------- src/components/HeaderLink.astro | 3 ++- src/pages/index.astro | 2 +- src/styles/global.css | 3 ++- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index e0d477f..d3dd64a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -7,10 +7,10 @@ import { SITE_TITLE } from '../consts';