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
This commit is contained in:
parent
ed498396b0
commit
0b21eaff4c
@ -305,6 +305,7 @@ export default function FolxStadlPage() {
|
||||
|
||||
{/* Navigation */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Navigation</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><Link href="/" className="text-bunny-muted hover:text-white transition-colors">Home</Link></li>
|
||||
@ -317,6 +318,7 @@ export default function FolxStadlPage() {
|
||||
|
||||
{/* Support */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Support</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Hilfe & FAQ</a></li>
|
||||
|
||||
@ -306,6 +306,7 @@ export default function GeschichteLiedPage() {
|
||||
|
||||
{/* Navigation */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Navigation</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><Link href="/" className="text-bunny-muted hover:text-white transition-colors">Home</Link></li>
|
||||
@ -318,6 +319,7 @@ export default function GeschichteLiedPage() {
|
||||
|
||||
{/* Support */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Support</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Hilfe & FAQ</a></li>
|
||||
|
||||
@ -306,6 +306,7 @@ export default function GipfelstammtischPage() {
|
||||
|
||||
{/* Navigation */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Navigation</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><Link href="/" className="text-bunny-muted hover:text-white transition-colors">Home</Link></li>
|
||||
@ -318,6 +319,7 @@ export default function GipfelstammtischPage() {
|
||||
|
||||
{/* Support */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Support</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Hilfe & FAQ</a></li>
|
||||
|
||||
@ -222,6 +222,7 @@ export default function Home() {
|
||||
|
||||
{/* Navigation */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Navigation</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><Link href="/" className="text-bunny-muted hover:text-white transition-colors">Home</Link></li>
|
||||
@ -234,6 +235,7 @@ export default function Home() {
|
||||
|
||||
{/* Support */}
|
||||
<div className="col-span-1">
|
||||
<div className="pt-2"></div>
|
||||
<h4 className="text-white font-semibold mb-4">Support</h4>
|
||||
<ul className="space-y-2">
|
||||
<li><a href="#" className="text-bunny-muted hover:text-white transition-colors">Hilfe & FAQ</a></li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user