We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93cffa commit d4eb522Copy full SHA for d4eb522
1 file changed
src/components/ui/layout.tsx
@@ -4,7 +4,7 @@ import { useIsMobile } from '../../hooks'
4
import { Separator } from './separator'
5
6
const Header: FC<PropsWithChildren> = ({ children }) => (
7
- <header className="mt-12 md:mt-0 sticky md:static z-50 top-0">
+ <header className="mt-0 sticky md:static z-50 top-0">
8
<nav className="md:h-16 px-3 md:px-6 py-2.5 bg-background border-b border-border shadow-sm flex items-center">
9
<div className="w-full max-w-[96rem] mx-auto flex">{children}</div>
10
</nav>
0 commit comments