From 2be8b0b0d7112fec6fa38bee98d0475bf4b6e557 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Wed, 4 Mar 2026 09:00:44 +0000 Subject: [PATCH] Adjust ad placement to align with content Update ad container positioning using calculated offsets to ensure ads are displayed adjacent to the main content area, rather than at the screen edges. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1d311ccb-a89f-48ce-9a6c-7923b2840814 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/jdAEdU5 Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 2d68ad2..6da03ea 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -597,7 +597,7 @@ export default function Home() {