This commit is contained in:
Salam-vsem
2025-05-22 14:55:31 +03:00
parent a633c1e0c8
commit 93ffeae65a
20 changed files with 72 additions and 58 deletions

View File

@@ -11,7 +11,9 @@ const repeatedTexts =
texts.length < 10 ? Array.from({ length: 10 / texts.length }, () => texts).flat() : texts
---
<div class="flex h-full w-max animate-marquee items-center gap-10 text-5xl font-bold uppercase bg-brand">
<div
class="flex h-full w-max animate-marquee items-center gap-10 bg-brand text-5xl font-bold uppercase"
>
{
repeatedTexts.map((text) => (
<>