1
0
Fork 0

fix: Alignment of header icons

This commit is contained in:
joostdecock 2023-07-15 12:01:02 +02:00
parent 9f957793f9
commit 23acd05a84

View file

@ -88,7 +88,7 @@ export const Header = (props) => {
<div className="m-auto md:px-8">
<div className="p-0 flex flex-row gap-2 justify-between text-neutral-content items-center">
{/* Non-mobile content */}
<div className="hidden lg:flex lg:px-2 flex-row items-center justify-center w-full">
<div className="hidden lg:flex lg:px-2 flex-row items-center justify-between xl:justify-center w-full">
<NavIcons setModal={setModal} />
</div>