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
This commit is contained in:
parent
7084fb54e3
commit
09e17b343b
@ -21,7 +21,7 @@ export default function InlineAd() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="w-full bg-bunny-dark hidden lg:flex justify-center py-4 my-16" ref={adRef}>
|
||||
<div className="w-full bg-bunny-dark hidden lg:flex justify-center py-4 my-8" ref={adRef}>
|
||||
{/* Desktop Only: 1200x90px Inline Ad */}
|
||||
<ins
|
||||
className="adsbygoogle"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user