From 0fb975ac6eee7da37d914592a1b6048a70e14c2b Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 6 Mar 2026 15:37:25 +0000 Subject: [PATCH] Standardize page layouts and footer width for consistent appearance Update various page components and the footer to use a `max-w-7xl` width for consistent layout across the site. Removes explicit `contentHalfWidth` props from `PageSideAds` components, allowing them to default to the standardized width. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2d87eb5e-a5f7-4bb4-8334-5904d9d52843 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ee1CXlO Replit-Helium-Checkpoint-Created: true --- client/src/components/footer.tsx | 2 +- client/src/pages/about.tsx | 4 ++-- client/src/pages/article.tsx | 2 +- client/src/pages/datenschutz.tsx | 4 ++-- client/src/pages/empfang.tsx | 4 ++-- client/src/pages/impressum.tsx | 4 ++-- client/src/pages/kontakt.tsx | 4 ++-- client/src/pages/search.tsx | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx index 22ba99b..db61f5e 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -11,7 +11,7 @@ const SOCIAL_LINKS = [ export default function Footer() { return (