chore: Update MobileNav component and Navigation styles

This commit is contained in:
Mauro Balades
2024-08-15 17:01:36 +02:00
parent 98679f2eff
commit 10d6a502e2
3 changed files with 2 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ export const components: { title: string; href: string; description: string }[]
export function Navigation() {
return (
<div className="bg-background z-10 top-0 left-0 w-full flex fixed border-b border-grey p-2 items-center justify-center">
<div className="bg-background z-40 top-0 left-0 w-full flex fixed border-b border-grey p-2 items-center justify-center">
<MobileNav />
<NavigationMenu>
<NavigationMenuList className="w-full hidden sm:flex">