Improve ad spacing and placement on specific pages
Adjusted margin for InlineAd component in `InlineAd.tsx` and removed duplicate InlineAd components from `FolxStadlPage.tsx`, `GeschichteLiedPage.tsx`, and `GipfelstammtischPage.tsx`. 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/diFMF6E
This commit is contained in:
parent
20fe1cc331
commit
7084fb54e3
4
.replit
4
.replit
@ -27,6 +27,10 @@ externalPort = 3001
|
||||
localPort = 35637
|
||||
externalPort = 3000
|
||||
|
||||
[[ports]]
|
||||
localPort = 41219
|
||||
externalPort = 3003
|
||||
|
||||
[env]
|
||||
PORT = "5000"
|
||||
|
||||
|
||||
BIN
attached_assets/image_1759095276328.png
Normal file
BIN
attached_assets/image_1759095276328.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
@ -21,7 +21,7 @@ export default function InlineAd() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="w-full bg-bunny-dark hidden lg:flex justify-center py-4 my-8" ref={adRef}>
|
||||
<div className="w-full bg-bunny-dark hidden lg:flex justify-center py-4 my-16" ref={adRef}>
|
||||
{/* Desktop Only: 1200x90px Inline Ad */}
|
||||
<ins
|
||||
className="adsbygoogle"
|
||||
|
||||
@ -330,11 +330,6 @@ export default function FolxStadlPage() {
|
||||
|
||||
</div>
|
||||
|
||||
{/* Final inline ad before footer */}
|
||||
<div className="hidden lg:block container mt-16">
|
||||
<InlineAd />
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
||||
<div className="container">
|
||||
|
||||
@ -331,11 +331,6 @@ export default function GeschichteLiedPage() {
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Final inline ad before footer */}
|
||||
<div className="hidden lg:block container mt-16">
|
||||
<InlineAd />
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
||||
<div className="container">
|
||||
|
||||
@ -331,11 +331,6 @@ export default function GipfelstammtischPage() {
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Final inline ad before footer */}
|
||||
<div className="hidden lg:block container mt-16">
|
||||
<InlineAd />
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<footer className="bg-bunny-dark/90 border-t border-white/10 py-8 mt-12">
|
||||
<div className="container">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user