From 4ab5a8c0f9870bf8bda393c872fb19c781ec7145 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Wed, 21 Aug 2024 09:38:16 +0000
Subject: [PATCH] Update file navbar.css

---
 static/navbar.css | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/static/navbar.css b/static/navbar.css
index e18bb35..edaccfc 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -25,7 +25,7 @@ body{
 .my-nav .icon{
     flex-basis: 200px;
     margin-top: 10px;
-    margin-left: 30px;
+    margin-left: 5px;
     margin-bottom: 7px;
     background-image: url(https://static.igem.wiki/teams/5054/logo-kleur.svg);
     background-position-x: -30px;
@@ -182,9 +182,3 @@ body{
         display: none;
     }
 }
-/* Reduce the margin to the left of the "Project" item */
-.my-navbar > li:first-child {
-    margin-left: 20px; /* Adjust the value as needed */
-}
-
-/* Your existing CSS */
\ No newline at end of file
-- 
GitLab