From d65913e63ed50ab4f9e16ebbcb922a1ba5267439 Mon Sep 17 00:00:00 2001 From: Reef Date: Wed, 24 Jun 2026 22:42:33 +0000 Subject: [PATCH] Restore logo carousel in trusted-by section with favicon images and smooth scroll animation --- index.html | 81 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 64 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index f5c60e0..25a2ca6 100644 --- a/index.html +++ b/index.html @@ -153,6 +153,7 @@ padding: 1.25rem 0; text-align: center; border-bottom: 1px solid var(--border); + overflow: hidden; } .trust-bar p { color: rgba(33,37,41,0.45); @@ -161,17 +162,18 @@ letter-spacing: 0.08em; margin-bottom: 0.75rem; } - .trust-bar .logos { - display: flex; - justify-content: center; - align-items: center; - gap: 2.5rem; - flex-wrap: wrap; + .trust-bar .partner-item { + color: rgba(33,37,41,0.55); } - .trust-bar .logos span { - color: rgba(33,37,41,0.5); - font-size: 0.82rem; - font-weight: 500; + .trust-bar .partner-item img { + width: 40px; + height: 40px; + } + @media (max-width: 768px) { + .trust-bar .partner-item img { + width: 34px; + height: 34px; + } } /* ---- Features Strip ---- */ @@ -304,13 +306,58 @@