Prepare production deployment
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
opacity: 0,
|
||||
duration: 0.5,
|
||||
ease: 'power2.out',
|
||||
clearProps: 'transform,opacity',
|
||||
clearProps: 'transform,opacity'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<header bind:this={header} class="fixed right-0 left-0 border-b border-b-bg-h bg-bg-e z-9999">
|
||||
<header bind:this={header} class="fixed right-0 left-0 z-9999 border-b border-b-bg-h bg-bg-e">
|
||||
<div class="mx-auto flex max-w-400 items-center justify-between px-5 py-5 sm:px-10 lg:px-5">
|
||||
<Logo />
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<span
|
||||
class={cn(
|
||||
'block h-0.5 w-6 bg-title transition-all duration-200',
|
||||
mobileOpen && 'opacity-0 scale-x-0'
|
||||
mobileOpen && 'scale-x-0 opacity-0'
|
||||
)}
|
||||
></span>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user