Added change to Header - redundant tailwind
There was redundant tailwind in the headeer.astro component Flex and hidden where both assigned as display values whe only hidden was needed. Corrected mistake. Just a small catch :)
This commit is contained in:
@ -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">
|
||||||
|
Reference in New Issue
Block a user