fix banner time
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m22s

This commit is contained in:
root
2026-09-03 00:05:44 -04:00
parent 02fd6e4863
commit 1d964c79de
+2 -2
View File
@@ -217,7 +217,7 @@
.ticker-track { .ticker-track {
display: flex; display: flex;
width: max-content; width: max-content;
animation: ticker-scroll 40s linear infinite; animation: ticker-scroll 60s linear infinite;
will-change: transform; 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 { left: 5%; right: 5%; max-width: none; padding: 1.1rem 1.25rem; bottom: 6%; }
.carousel-caption h1 { font-size: 1.2rem; } .carousel-caption h1 { font-size: 1.2rem; }
.carousel-caption p { font-size: 0.85rem; } .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-label, .ticker-item { min-height: 48px; }
.ticker-item { padding: 0 1.25rem; } .ticker-item { padding: 0 1.25rem; }
} }