From 1d964c79deef5fdeb5844eee9c642ac1b3415f4d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Sep 2026 00:05:44 -0400 Subject: [PATCH] fix banner time --- app/Views/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/index.php b/app/Views/index.php index 8d2be52..7d4c1d6 100644 --- a/app/Views/index.php +++ b/app/Views/index.php @@ -217,7 +217,7 @@ .ticker-track { display: flex; width: max-content; - animation: ticker-scroll 40s linear infinite; + animation: ticker-scroll 60s linear infinite; will-change: transform; } @@ -284,7 +284,7 @@ .carousel-caption { left: 5%; right: 5%; max-width: none; padding: 1.1rem 1.25rem; bottom: 6%; } .carousel-caption h1 { font-size: 1.2rem; } .carousel-caption p { font-size: 0.85rem; } - .ticker-track { animation-duration: 45s; } + .ticker-track { animation-duration: 75s; } .ticker-label, .ticker-item { min-height: 48px; } .ticker-item { padding: 0 1.25rem; } }