From 4b76ffecb4e948becd292d7bf27005c659aec2e6 Mon Sep 17 00:00:00 2001 From: Ajanth Uthayakumaran Date: Fri, 19 Aug 2022 17:25:50 -0400 Subject: [PATCH] Remove shadow effect from navbar --- src/components/Navbar/Nav.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Navbar/Nav.module.css b/src/components/Navbar/Nav.module.css index 41ea8cd..cbf0916 100644 --- a/src/components/Navbar/Nav.module.css +++ b/src/components/Navbar/Nav.module.css @@ -1,6 +1,5 @@ .nav { background-color: white; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); padding: 1rem 2rem; /* Flexbox */