fix: Alignment of header icons
This commit is contained in:
parent
9f957793f9
commit
23acd05a84
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue