From 09e17b343bc581b76de314611d9b7fe15b444c0e Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sun, 28 Sep 2025 21:43:03 +0000 Subject: [PATCH] Adjust spacing for inline advertisements on show pages Update the margin-top CSS class for the InlineAd component from 'my-16' to 'my-8' to improve visual spacing with pagination controls on larger screens. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/lPVBpdc --- client/src/components/InlineAd.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/InlineAd.tsx b/client/src/components/InlineAd.tsx index 1df2f58..1b2ae1b 100644 --- a/client/src/components/InlineAd.tsx +++ b/client/src/components/InlineAd.tsx @@ -21,7 +21,7 @@ export default function InlineAd() { }, []); return ( -
+
{/* Desktop Only: 1200x90px Inline Ad */}