From 40e345a9f885b4445be4567af89d1c7a45e25411 Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Sat, 7 Jun 2025 15:44:57 +0200 Subject: [PATCH] Refactor Header component for improved styling and user interaction - Removed unnecessary spacing in the header layout for a cleaner appearance. - Enhanced the contact link with additional hover styles for better user experience and visual feedback. --- src/components/widgets/Header.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro index 937e105..249e680 100644 --- a/src/components/widgets/Header.astro +++ b/src/components/widgets/Header.astro @@ -187,11 +187,11 @@ const { ]} >
-
+
{showToggleTheme && } {/* Contact Icon */} {contactLink && ( - + )}