tune carousel motion

This commit is contained in:
Yisroel Baum 2026-06-13 21:48:43 +03:00
parent beeaf9c2d0
commit 6c75443bd7
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -923,7 +923,7 @@ const projects: Project[] = [
--sponsors-edge-fade: 50px;
--sponsors-logo-gap: clamp(2.75rem, 4vw, 4.25rem);
width: 60%;
width: 85%;
margin: 0 auto;
overflow: hidden;
mask-image: linear-gradient(
@ -945,7 +945,7 @@ const projects: Project[] = [
.sponsors__track {
display: flex;
width: max-content;
animation: sponsors-scroll 28s linear infinite;
animation: sponsors-scroll 20s linear infinite;
will-change: transform;
}