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 8bb1eed commit 6b3010eCopy full SHA for 6b3010e
src/components/Header/Header.tsx
@@ -21,7 +21,7 @@ const Header = React.forwardRef<HTMLDivElement, IHeader>((props, ref) => {
21
<header
22
ref={ref}
23
className={cn(
24
- 'bg-red-600 overflow-hidden flex min-h-[56px] justify-between items-center text-white p-3 gap-2 w-full',
+ 'bg-red-600 transition-all w-full flex items-center justify-between p-2 h-auto max-[300px]:flex-col max-[300px]:gap-2',
25
className
26
)}
27
{...rest}
0 commit comments