From 805b917516f319c36d2d74bea853dbe309bc0d23 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Fri, 23 Aug 2024 10:31:25 +0000
Subject: [PATCH] Update file navbar.css

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

diff --git a/static/navbar.css b/static/navbar.css
index 00f25bc..aa4b387 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -31,7 +31,7 @@ body{
     /* display: flex; */
     position: fixed; /* Keep the navbar fixed at the top of the viewport */
     top: 0; /* Align it to the very top of the page */
-    left: -10px;
+    /* left: -10px; */
     width: 100%; /* Make sure it spans the full width of the page */
     z-index: 10; /* Ensure it stays above other content */
     backdrop-filter: blur(5px); /* Optional: Keep this for a blurred background */
-- 
GitLab