From 46972ede5536e79843a47a52bf1e2e6f3c1d9b88 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Wed, 8 Nov 2023 18:12:48 -0800 Subject: [PATCH] update to blocks --- .../app/components/NavBar/NavBar.css | 4 +- .../app/components/NavBar/NavBar.tsx | 4 +- .../app/components/NavBar/reserveButton.tsx | 2 +- Websites/jefes-nextjs/app/contact/page.tsx | 2 + .../app/menu/Appetizers/appetizers.css | 6 +-- .../jefes-nextjs/app/menu/Appetizers/page.tsx | 34 ++++++++++----- Websites/jefes-nextjs/app/menu/layout.tsx | 14 +++--- Websites/jefes-nextjs/bun.lockb | Bin 148442 -> 148442 bytes Websites/jefes-nextjs/components.json | 2 +- .../jefes-nextjs/components/ui/button.tsx | 2 +- Websites/jefes-nextjs/tailwind.config.ts | 41 ------------------ 11 files changed, 41 insertions(+), 70 deletions(-) diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.css b/Websites/jefes-nextjs/app/components/NavBar/NavBar.css index 59f3daf..b5d233e 100644 --- a/Websites/jefes-nextjs/app/components/NavBar/NavBar.css +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.css @@ -1,7 +1,7 @@ .nav_background{ - z-index: -10; + z-index: -1; filter: brightness(.17); - align-items: baseline; + /* align-items: baseline; */ } .logo{ margin: 0 auto; diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx index 3c742e9..c44442e 100644 --- a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx @@ -32,8 +32,8 @@ const NavBar = () => { return (