Add padding to header and ensure mobile menu works
Some checks failed
Build and Deploy / build (push) Has been cancelled
Some checks failed
Build and Deploy / build (push) Has been cancelled
This commit is contained in:
@@ -56,7 +56,7 @@ export default function Header() {
|
|||||||
: "bg-white/80 backdrop-blur-sm"
|
: "bg-white/80 backdrop-blur-sm"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<div className="relative flex items-center justify-between h-[72px]">
|
<div className="relative flex items-center justify-between h-[72px] px-4 lg:px-6">
|
||||||
{/* Mobile Menu Button */}
|
{/* Mobile Menu Button */}
|
||||||
<button
|
<button
|
||||||
className="lg:hidden p-2 -ml-2 hover:bg-black/5 rounded-full transition-colors"
|
className="lg:hidden p-2 -ml-2 hover:bg-black/5 rounded-full transition-colors"
|
||||||
|
|||||||
Reference in New Issue
Block a user