From e47f0722223a69658b7414ef0114bd1fa557af94 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Fri, 23 Aug 2024 10:13:43 +0000
Subject: [PATCH] move icon down a bit

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

diff --git a/static/navbar.css b/static/navbar.css
index ccf15bb..b9c7194 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -57,6 +57,7 @@ body{
     background-position: center; /* Center the logo */
     background-repeat: no-repeat;
     overflow: visible; /* Prevent cutting off the logo */
+    padding-top: 10px;
 }
 .my-navbar{
     height: 50px;
-- 
GitLab