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