Главная страница + адаптив

This commit is contained in:
sbb45
2026-05-27 10:57:39 +05:00
parent 8bda936c4b
commit a566bab1ae
13 changed files with 174 additions and 93 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
<div class="overflow-hidden border-y border-white/6 bg-bg-e py-2.5">
<div class="ticker-track flex whitespace-nowrap">
{#each [0, 1] as _}
{#each items as item}
{#each [0, 1] as _i (_i)}
{#each items as item (item)}
<span class="px-8 font-mono text-[0.6875rem] tracking-widest text-zinc-500">{item}</span>
<span class="font-mono text-[0.6875rem] text-zinc-700 opacity-30">·</span>
{/each}