Главная страница + адаптив
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user