diff --git a/static/navbar.css b/static/navbar.css
index e18bb359cfbe7e0164ca3024c8891cca46b5fca0..edaccfcb3e01739e27ec48275c75cada4013cf07 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