beore preline

This commit is contained in:
Daniel 2024-11-07 09:00:40 -05:00
parent db71d22e8b
commit 31f7c51196

View file

@ -4,6 +4,17 @@
class="sticky top-0 inset-x-0 flex flex-wrap md:justify-start md:flex-nowrap z-[48] w-full bg-white border-b text-sm py-2.5 lg:ps-[260px] dark:bg-neutral-800 dark:border-neutral-700" class="sticky top-0 inset-x-0 flex flex-wrap md:justify-start md:flex-nowrap z-[48] w-full bg-white border-b text-sm py-2.5 lg:ps-[260px] dark:bg-neutral-800 dark:border-neutral-700"
> >
<nav class="px-4 sm:px-6 flex basis-full items-center w-full mx-auto"> <nav class="px-4 sm:px-6 flex basis-full items-center w-full mx-auto">
<div class="me-5 lg:me-0 lg:hidden">
<!-- Logo -->
<a
class="flex-none rounded-md text-xl inline-block stillboxLogo focus:outline-none focus:opacity-80"
href="#"
aria-label="Stillbox"
>
Stillbox
</a>
<!-- End Logo -->
</div>
<div <div
class="w-full flex items-center justify-end ms-auto md:justify-between gap-x-1 md:gap-x-3" class="w-full flex items-center justify-end ms-auto md:justify-between gap-x-1 md:gap-x-3"
> >