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:
parent
a9d0df44ad
commit
c63c570969
BIN
attached_assets/image_1756760299744.png
Normal file
BIN
attached_assets/image_1756760299744.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@ -164,20 +164,7 @@ export default function GeschichteLiedPage() {
|
||||
</div>
|
||||
|
||||
{/* Main Content */}
|
||||
<div className="container mx-auto px-4 pt-8 pb-16">
|
||||
<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>
|
||||
<div className="container py-8">
|
||||
|
||||
{/* Video List with Descriptions */}
|
||||
<div className="space-y-6">
|
||||
|
||||
@ -175,20 +175,7 @@ export default function GipfelstammtischPage() {
|
||||
</div>
|
||||
|
||||
{/* Main Content */}
|
||||
<div className="container mx-auto px-4 pt-8 pb-16">
|
||||
<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>
|
||||
<div className="container py-8">
|
||||
|
||||
{/* Video List with Descriptions */}
|
||||
<div className="space-y-6">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user