|
|
@@ -27,7 +27,7 @@ export const Header = React.forwardRef<React.ElementRef<'header'>, HeaderProps>(
|
|
|
<header
|
|
|
ref={ref}
|
|
|
className={cn(
|
|
|
- 'flex items-center gap-3 sm:gap-4 bg-background p-4 md:px-8 h-16',
|
|
|
+ 'flex items-center gap-3 sm:gap-4 bg-background p-4 h-16',
|
|
|
sticky && 'sticky top-0 z-20',
|
|
|
offset > 10 && sticky ? 'shadow' : 'shadow-none',
|
|
|
className
|