We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facefd4 commit c6c6a6fCopy full SHA for c6c6a6f
packages/nextjs/components/Header.tsx
@@ -17,7 +17,7 @@ export const Header = () => {
17
18
return (
19
<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">
+ <div className="navbar-start ">
21
<div className="flex lg:hidden">
22
<div className="flex justify-center items-center ml-8 lg:ml-0">
23
<Link href="/" passHref>
0 commit comments