From 0a939975c39033b382597eba798c9d46d398ae1f Mon Sep 17 00:00:00 2001 From: Kenzo Date: Wed, 23 Jul 2025 21:08:38 +0200 Subject: [PATCH] Remove About and Contact sections from navigation and index page This commit comments out the About and Contact links in the navigation menu and removes the corresponding sections from the index page. Additionally, adjusted header styles for a full-width layout. --- src/components/Header.astro | 4 ++-- src/pages/index.astro | 2 -- styles/components/Header.css | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 4923fc8..8816c12 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -19,8 +19,8 @@ import "../../styles/components/Header.css"; Galerie Drinks Openings - About - Contact + diff --git a/src/pages/index.astro b/src/pages/index.astro index 2be58f6..0efff8f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -73,6 +73,4 @@ const images = [ - - diff --git a/styles/components/Header.css b/styles/components/Header.css index b15faf4..2e3e6ff 100644 --- a/styles/components/Header.css +++ b/styles/components/Header.css @@ -12,7 +12,7 @@ align-items: center; padding: 1rem 2rem; height: 70px; - margin: 0 143px 0 143px; + width: 100%; border-bottom: 1px solid #444; }