From 2f701e98765d0d8d52921b48cd126011c9d17caf Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Tue, 24 Sep 2024 10:35:54 +0200 Subject: [PATCH] fix navbar --- static/navbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/navbar.css b/static/navbar.css index c544ae6..e4c9f62 100644 --- a/static/navbar.css +++ b/static/navbar.css @@ -235,8 +235,8 @@ body{ } } /* hide the navigation */ -@media screen and (max-width:830px){ +/* @media screen and (max-width:830px){ .my-navbar{ display: none; } -} +} */ -- GitLab