From e01a2f7540d48a9fc7cedc3cc55ee767ab427028 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Thu, 22 Aug 2024 10:12:41 +0000
Subject: [PATCH] Update file navbar.css

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

diff --git a/static/navbar.css b/static/navbar.css
index deceadf..71edd76 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -33,6 +33,7 @@ body{
     transition: all 0.2s linear; */
     position: fixed; /* Keep the navbar fixed at the top of the viewport */
     top: 0; /* Align it to the very top of the page */
+    right: 0; 
     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