From 0b21eaff4c9b82c76c779465b970b3ead875d2f9 Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Mon, 1 Sep 2025 21:30:06 +0000
Subject: [PATCH] Improve layout alignment for navigation and support sections
Adds a `pt-2` div to vertically align navigation and support sections across multiple pages, addressing layout inconsistencies.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
---
client/src/pages/FolxStadlPage.tsx | 2 ++
client/src/pages/GeschichteLiedPage.tsx | 2 ++
client/src/pages/GipfelstammtischPage.tsx | 2 ++
client/src/pages/home.tsx | 2 ++
4 files changed, 8 insertions(+)
diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx
index 4a1a296..18db95f 100644
--- a/client/src/pages/FolxStadlPage.tsx
+++ b/client/src/pages/FolxStadlPage.tsx
@@ -305,6 +305,7 @@ export default function FolxStadlPage() {
{/* Navigation */}
+
Navigation
- Home
@@ -317,6 +318,7 @@ export default function FolxStadlPage() {
{/* Support */}
+
Support
- Hilfe & FAQ
diff --git a/client/src/pages/GeschichteLiedPage.tsx b/client/src/pages/GeschichteLiedPage.tsx
index ff13965..3777fee 100644
--- a/client/src/pages/GeschichteLiedPage.tsx
+++ b/client/src/pages/GeschichteLiedPage.tsx
@@ -306,6 +306,7 @@ export default function GeschichteLiedPage() {
{/* Navigation */}
+
Navigation
- Home
@@ -318,6 +319,7 @@ export default function GeschichteLiedPage() {
{/* Support */}
+
Support
- Hilfe & FAQ
diff --git a/client/src/pages/GipfelstammtischPage.tsx b/client/src/pages/GipfelstammtischPage.tsx
index f930ab8..83fa2e3 100644
--- a/client/src/pages/GipfelstammtischPage.tsx
+++ b/client/src/pages/GipfelstammtischPage.tsx
@@ -306,6 +306,7 @@ export default function GipfelstammtischPage() {
{/* Navigation */}
+
Navigation
- Home
@@ -318,6 +319,7 @@ export default function GipfelstammtischPage() {
{/* Support */}
+
Support
- Hilfe & FAQ
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index 185a471..c2e9efc 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -222,6 +222,7 @@ export default function Home() {
{/* Navigation */}
+
Navigation
- Home
@@ -234,6 +235,7 @@ export default function Home() {
{/* Support */}