From 0e6c7e59d50aa6777398b1e42ef80a29a2b13f9b Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 6 Mar 2026 15:10:01 +0000 Subject: [PATCH] Update ad display to ensure consistent widths across all pages Standardize `contentHalfWidth` prop for `PageSideAds` component across various pages to ensure consistent ad display width, aligning with the homepage's default. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e51668b3-7420-47a3-aa94-692b13689b33 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/pages/about.tsx | 2 +- client/src/pages/article.tsx | 2 +- client/src/pages/datenschutz.tsx | 2 +- client/src/pages/empfang.tsx | 2 +- client/src/pages/impressum.tsx | 2 +- client/src/pages/kontakt.tsx | 2 +- client/src/pages/search.tsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/src/pages/about.tsx b/client/src/pages/about.tsx index a2eb15d..d5bd27f 100644 --- a/client/src/pages/about.tsx +++ b/client/src/pages/about.tsx @@ -9,7 +9,7 @@ export default function AboutPage() { return (
- +
diff --git a/client/src/pages/article.tsx b/client/src/pages/article.tsx index 1abb062..6c77571 100644 --- a/client/src/pages/article.tsx +++ b/client/src/pages/article.tsx @@ -219,7 +219,7 @@ export default function ArticlePage() { return (
- +