diff --git a/components/Navbar.vue b/components/Navbar.vue index ef015c2..45a75b0 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -24,7 +24,8 @@ import { navItems } from "@/data/navItems"; nav { height: 4rem; width: 100%; - border: 1px solid red; + box-shadow: 0 0.25rem 0.5rem 0px lightgray; + background: white; padding: 1rem; /* main stuff is z-index 1 and the hamburger must be above everything else */ z-index: 2;