From ddcbde735b10f472f7989c1064138e5065383b0d Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 23 Jan 2026 14:23:14 +0100 Subject: [PATCH] wait #7831 @1:40 --- less/106-logos.less | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/less/106-logos.less b/less/106-logos.less index 85cc39e..77b8fc6 100644 --- a/less/106-logos.less +++ b/less/106-logos.less @@ -12,10 +12,10 @@ display: flex !important; align-items: center; padding: 0 0 0 70px; - gap: 70px; + gap: 86px; justify-content: left; width: max-content; - animation: marquee linear infinite forwards; + animation: marquee 35s linear infinite forwards; @media (max-width: 1299px) { padding: 0; @@ -27,23 +27,6 @@ } } } - - &-image { - width: 157px; - height: 59px; - max-width: 100%; - max-height: 100%; - &[src*=Petzl] { - width: 180px; - } - &[src*=LVMH] { - width: 118px; - } - &[src*=Bosch], - &[src*=Airbus] { - width: 130px; - } - } } @keyframes marquee { -- 2.39.5