Reduce excessive spacing around ad components
Adjust padding in HeaderAd.tsx from py-4 to py-1 to optimize ad display space. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 45a1dcfc-f8a2-475a-a6b9-96fbb841dc27 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/45a1dcfc-f8a2-475a-a6b9-96fbb841dc27/wqpAK1I
This commit is contained in:
parent
831d254261
commit
d8f7ec748e
@ -21,7 +21,7 @@ export default function HeaderAd() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="w-full flex justify-center py-4 bg-bunny-dark" ref={adRef}>
|
||||
<div className="w-full flex justify-center py-1 bg-bunny-dark" ref={adRef}>
|
||||
{/* Fixed Header/Footer Ad */}
|
||||
<ins
|
||||
className="adsbygoogle"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user