Prepare production deployment

This commit is contained in:
2026-07-20 04:14:24 +05:00
parent 55583e2101
commit 2e3550a4dc
46 changed files with 1497 additions and 882 deletions
+3 -3
View File
@@ -12,7 +12,6 @@
<footer class="mt-auto border-t border-white/6 bg-bg-e">
<div class="mx-auto max-w-400 px-5 py-20 sm:px-10">
<div class="grid grid-cols-2 gap-10 sm:grid-cols-4 sm:justify-between">
<div class="col-span-2 flex flex-col gap-4 lg:col-span-1">
<Logo />
@@ -23,7 +22,9 @@
</div>
<div class="flex flex-col gap-1">
<span class="font-mono text-base tracking-widest text-zinc-600 uppercase mb-1">Навигация</span>
<span class="mb-1 font-mono text-base tracking-widest text-zinc-600 uppercase"
>Навигация</span
>
{#each navLinks as link (link.id)}
<a
href={link.href}
@@ -59,6 +60,5 @@
</a>
</span>
</div>
</div>
</footer>