Skip to content

Commit d4eb522

Browse files
committed
Remove mobile margin from header
1 parent e93cffa commit d4eb522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useIsMobile } from '../../hooks'
44
import { Separator } from './separator'
55

66
const Header: FC<PropsWithChildren> = ({ children }) => (
7-
<header className="mt-12 md:mt-0 sticky md:static z-50 top-0">
7+
<header className="mt-0 sticky md:static z-50 top-0">
88
<nav className="md:h-16 px-3 md:px-6 py-2.5 bg-background border-b border-border shadow-sm flex items-center">
99
<div className="w-full max-w-[96rem] mx-auto flex">{children}</div>
1010
</nav>

0 commit comments

Comments
 (0)