reset the nav height

This commit is contained in:
Philip Cheung 2024-10-08 19:43:39 +08:00
parent f980b7f370
commit bc8b637c00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const Nav = ({ openNav, courses, showNav, settings }: Props) => {
return ( return (
<div className={`bg-[#F6E5E9] max-sm:bg-[#FFF9F9] h-[7vh] z-[10] w-full transition-all duration-200 `}> <div className={`bg-[#F6E5E9] max-sm:bg-[#FFF9F9] h-14 z-[10] w-full transition-all duration-200 `}>
<div className="flex items-center justify-between w-[80%] sm:w-[80%] x1:w-[80%] mx-auto"> <div className="flex items-center justify-between w-[80%] sm:w-[80%] x1:w-[80%] mx-auto">
<div className='flex items-center space-x-10'> <div className='flex items-center space-x-10'>
<Link href={"/"}> <Link href={"/"}>