From d33f417275ada9f8974f450a07df8d774d1488e7 Mon Sep 17 00:00:00 2001 From: Neerajkr-jha Date: Fri, 7 Feb 2025 15:24:37 +0530 Subject: [PATCH] Navbar width and margin enhanced --- Css-files/navbarstyles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Css-files/navbarstyles.css b/Css-files/navbarstyles.css index 5f22fd7c..8e91598f 100644 --- a/Css-files/navbarstyles.css +++ b/Css-files/navbarstyles.css @@ -6,13 +6,14 @@ body { /* Navbar styles */ .navbar { - background-color: rgba(255, 255, 245, 0.8); + /* background-color: rgba(255, 255, 245, 0.8); */ + background-color: rgb(255, 255, 255); padding: 1rem; display: flex; width: 100%; justify-content: space-between; - margin: 10px 1px!important; - border-radius: 20px; + margin: 0px 0px!important; + border-radius: 10px; } .nav-right {