From 536d9b405060f6c9a02e8f5ab04e610bac84be19 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 25 Nov 2025 11:46:15 +0100 Subject: [PATCH] wait #7831 @0:10 --- less/106-logos.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/less/106-logos.less b/less/106-logos.less index 8ddc61d..50556e5 100644 --- a/less/106-logos.less +++ b/less/106-logos.less @@ -12,9 +12,9 @@ display: flex !important; align-items: center; padding: 0 0 0 70px; - gap: 70px; + gap: 90px; width: max-content; - animation: marquee 30s linear infinite forwards; + animation: marquee 40s linear infinite forwards; @media (max-width: 1299px) { padding: 0; @@ -28,10 +28,10 @@ } &-image { - width: 120px; - height: 45px; + width: 100%; + height: 100%; max-width: 120px; - max-height: 45px; + max-height: 50px; } } -- 2.39.5