diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index 9eff1e5..ccd955a 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -120,11 +120,12 @@ --breakpoint-xs: 480px; /* ANIMATIONS */ - --animate-marquee: marquee 3s linear infinite; + --animate-marquee: marquee 20s linear infinite; + --animate-marquee-reverse: marquee 20s linear infinite reverse; @keyframes marquee { to { - transform: translateY(-50%); + transform: translateX(50%); } } }