Adjust Elements Hover Duration
This commit is contained in:
@@ -8,7 +8,7 @@ import { MobileNav } from '@/components/mobile-nav'
|
||||
import Logo from '@/public/logo.svg'
|
||||
|
||||
export const Header = () => (
|
||||
<header className="w-full h-[136px] md:h-36 fixed top-0 shadow-header dark:shadow-header-dark px-4 lg:px-6 pt-4 sm:pt-6 bg-white dark:bg-midnight-slate z-10">
|
||||
<header className="w-full h-36 fixed top-0 shadow-header dark:shadow-header-dark px-4 lg:px-6 pt-4 sm:pt-6 bg-white dark:bg-midnight-slate z-10">
|
||||
<div className="w-full max-w-[1400px] mx-auto flex flex-col items-center justify-center gap-4 sm:gap-4 md:gap-6">
|
||||
<div className="w-full flex items-center justify-between gap-2">
|
||||
<Link href="/">
|
||||
|
||||
Reference in New Issue
Block a user