From 25aa17bb7702d83433ab4a4187e5f3a26c47ab08 Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Thu, 5 Mar 2026 12:34:16 +0000
Subject: [PATCH] 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
---
client/src/pages/home.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index 3769a5c..ce79634 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -695,7 +695,7 @@ export default function Home() {