reset the nav height
This commit is contained in:
parent
f980b7f370
commit
bc8b637c00
|
@ -20,7 +20,7 @@ const Nav = ({ openNav, courses, showNav, settings }: Props) => {
|
|||
|
||||
|
||||
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 space-x-10'>
|
||||
<Link href={"/"}>
|
||||
|
|
Loading…
Reference in New Issue