From 34ce9f6162ae4ff2d0278760cce28227d82433ed Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 10 Jun 2025 22:38:58 +0400 Subject: style: enhance Header component and update SCSS imports (#50) - Improved the Header component by adding a site title with styling. - Wrapped navigation links in a div for better structure. - Updated SCSS imports across multiple components for consistency. --- src/components/Header.astro | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'src/components/Header.astro') diff --git a/src/components/Header.astro b/src/components/Header.astro index c2edf19..52c0ca8 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,14 +1,27 @@
- Home - Blog + {import.meta.env.DEFAULT_TITLE} +
-- cgit v1.2.3