From: soufiane Date: Fri, 23 Jan 2026 13:23:14 +0000 (+0100) Subject: wait #7831 @1:40 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ddcbde735b10f472f7989c1064138e5065383b0d;p=fluidbook-v3.git wait #7831 @1:40 --- 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 {