From 65a7d4aaee844dd6ebc62f19acd662b9ce282287 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 1 Jul 2026 21:19:07 +0000 Subject: [PATCH] Fix: show banner full height + reliable dropdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Increased brand-card-gap min-height to 500px (desktop) so the full background image is visible (509px at 1200px grid width) - Responsive: 400px at 960px, 240px at 600px - Dropped grid-row spanning approach; back to CSS background-image on .brands-grid with background-size: 100% auto - Dropdown sets backgroundImage directly on .brands-grid via style.backgroundImage — no setTimeout, no opacity animation, no async timing issues --- index.html | 10 ++-------- script.js | 11 ++++------- style.css | 35 ++++++++++++++++++----------------- 3 files changed, 24 insertions(+), 32 deletions(-) diff --git a/index.html b/index.html index d0f2b8c..6bb6c5a 100644 --- a/index.html +++ b/index.html @@ -77,14 +77,6 @@
- - Brand banner -
+ +