Adjust page layout for consistency across the platform

Modify container padding and remove redundant elements in GipfelstammtischPage and GeschichteLiedPage to match the styling of other pages.

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:
sebastjanartic 2025-09-01 20:59:36 +00:00
parent a9d0df44ad
commit c63c570969
3 changed files with 2 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -164,20 +164,7 @@ export default function GeschichteLiedPage() {
</div> </div>
{/* Main Content */} {/* Main Content */}
<div className="container mx-auto px-4 pt-8 pb-16"> <div className="container py-8">
<div className="flex items-center justify-between mb-8">
<div className="flex items-center space-x-4">
<Link href="/" className="text-gray-400 hover:text-white transition-colors">
<ArrowLeft className="w-6 h-6" />
</Link>
<div>
<h1 className="text-4xl font-bold gradient-text mb-2">Die Geschichte des Liedes</h1>
<p className="text-gray-400 text-lg">
{geschichteVideos.length} Folgen gefunden
</p>
</div>
</div>
</div>
{/* Video List with Descriptions */} {/* Video List with Descriptions */}
<div className="space-y-6"> <div className="space-y-6">

View File

@ -175,20 +175,7 @@ export default function GipfelstammtischPage() {
</div> </div>
{/* Main Content */} {/* Main Content */}
<div className="container mx-auto px-4 pt-8 pb-16"> <div className="container py-8">
<div className="flex items-center justify-between mb-8">
<div className="flex items-center space-x-4">
<Link href="/" className="text-gray-400 hover:text-white transition-colors">
<ArrowLeft className="w-6 h-6" />
</Link>
<div>
<h1 className="text-4xl font-bold gradient-text mb-2">Gipfelstammtisch</h1>
<p className="text-gray-400 text-lg">
{gipfelVideos.length} Folgen gefunden
</p>
</div>
</div>
</div>
{/* Video List with Descriptions */} {/* Video List with Descriptions */}
<div className="space-y-6"> <div className="space-y-6">