Improve appearance of ad backgrounds on the homepage

Ensure ad backgrounds display correctly by wrapping the last ad in a div with full height.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 1f7e7e89-a520-4970-9645-37daadc466dc
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 80d9ffbf-b60c-430c-8ec9-d77edef90191
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/1f7e7e89-a520-4970-9645-37daadc466dc/NJvOVoB
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-03-05 12:34:16 +00:00
parent fb109dfd2c
commit 25aa17bb77

View File

@ -695,7 +695,7 @@ export default function Home() {
<PhotoGalleryWidget key="extra-gallery" />
<NewsWidget key="extra-news" />
<RecipeWidget key="extra-recipe" />
<ArticleCardAd />
<div className="h-full"><ArticleCardAd /></div>
</div>
</main>