Skip to content

Commit c6c6a6f

Browse files
committed
Realigned logo on mobile
1 parent facefd4 commit c6c6a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Header = () => {
1717

1818
return (
1919
<div className="flex lg:sticky top-0 navbar bg-base-100 min-h-0 flex-shrink-0 justify-between z-20 px-0 sm:px-2">
20-
<div className="navbar-start ml-4 lg:ml-2">
20+
<div className="navbar-start ">
2121
<div className="flex lg:hidden">
2222
<div className="flex justify-center items-center ml-8 lg:ml-0">
2323
<Link href="/" passHref>

0 commit comments

Comments
 (0)