From ad66d0142e8c9e32d0c7be75d373917e26cc0d0b Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Wed, 21 Aug 2024 09:33:45 +0000
Subject: [PATCH] left margin fix

---
 static/navbar.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/navbar.css b/static/navbar.css
index 22e22ff..e18bb35 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -184,7 +184,7 @@ body{
 }
 /* Reduce the margin to the left of the "Project" item */
 .my-navbar > li:first-child {
-    margin-left: 5px; /* Adjust the value as needed */
+    margin-left: 20px; /* Adjust the value as needed */
 }
 
 /* Your existing CSS */
\ No newline at end of file
-- 
GitLab