Merge pull request #358 from denartha10/main

Added change to Header - redundant tailwind
This commit is contained in:
André B
2024-01-27 13:42:51 -05:00
committed by GitHub

View File

@ -124,7 +124,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`
<div <div
class:list={[ class:list={[
{ "ml-auto rtl:ml-0 rtl:mr-auto": position === "left" }, { "ml-auto rtl:ml-0 rtl:mr-auto": position === "left" },
"hidden md:self-center flex md:flex items-center md:mb-0 fixed w-full md:w-auto md:static justify-end left-0 rtl:left-auto rtl:right-0 bottom-0 p-3 md:p-0", "hidden md:self-center md:flex items-center md:mb-0 fixed w-full md:w-auto md:static justify-end left-0 rtl:left-auto rtl:right-0 bottom-0 p-3 md:p-0",
]} ]}
> >
<div class="items-center flex justify-between w-full md:w-auto"> <div class="items-center flex justify-between w-full md:w-auto">