diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index 69ebcd8..91503d2 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -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; }