From b84b0d4bf58add7194ca3416b875065bb6fb95ec Mon Sep 17 00:00:00 2001 From: Reef Date: Wed, 24 Jun 2026 19:18:14 +0000 Subject: [PATCH] Constrain partner carousel to show 5 icons at once --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index c39e0e8..89a9794 100644 --- a/style.css +++ b/style.css @@ -696,6 +696,8 @@ img { .partner-carousel-wrap { overflow: hidden; width: 100%; + max-width: 1080px; + margin: 0 auto; } .partner-grid { display: flex;