Improve spacing on various pages for better content presentation
Update the container padding on FolxStadlPage, GeschichteLiedPage, and GipfelstammtischPage to use pt-8 pb-8 instead of py-8. 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
01ca219744
commit
da1cfb8145
@ -174,7 +174,7 @@ export default function FolxStadlPage() {
|
||||
</div>
|
||||
|
||||
{/* Main Content */}
|
||||
<div className="container py-8">
|
||||
<div className="container pt-8 pb-8">
|
||||
|
||||
{/* Video List with Descriptions */}
|
||||
<div className="space-y-6">
|
||||
|
||||
@ -175,7 +175,7 @@ export default function GeschichteLiedPage() {
|
||||
</div>
|
||||
|
||||
{/* Main Content */}
|
||||
<div className="container py-8">
|
||||
<div className="container pt-8 pb-8">
|
||||
|
||||
{/* Video List with Descriptions */}
|
||||
<div className="space-y-6">
|
||||
|
||||
@ -175,7 +175,7 @@ export default function GipfelstammtischPage() {
|
||||
</div>
|
||||
|
||||
{/* Main Content */}
|
||||
<div className="container py-8">
|
||||
<div className="container pt-8 pb-8">
|
||||
|
||||
{/* Video List with Descriptions */}
|
||||
<div className="space-y-6">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user