From d45c673642c86ed11300a1d7e54a3032fe50b9a7 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Thu, 22 Aug 2024 10:13:49 +0000 Subject: [PATCH] Update file navbar.css --- static/navbar.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/navbar.css b/static/navbar.css index 71edd76..227b623 100644 --- a/static/navbar.css +++ b/static/navbar.css @@ -16,10 +16,6 @@ body, html { body{ background: #C6EBE8; } -.content { - margin-top: 0; /* Ensure no margin pushes the content up */ - padding-top: 0; /* Ensure no padding pushes the content up */ -} .my-nav{ /* top: 0; width: 100%; @@ -33,7 +29,6 @@ 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