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 e93cffa commit c53a98aCopy full SHA for c53a98a
1 file changed
src/components/ui/layout.tsx
@@ -4,8 +4,8 @@ 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">
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">
+ <header className="mt-0 sticky md:static z-50 top-0">
+ <nav className="md:h-16 px-3 md:px-6 py-3 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>
11
</header>
0 commit comments