From abb6c8def06fe1894e05d0aeffeeda643e7d7310 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 8 Jun 2024 09:16:42 +0200 Subject: [PATCH] feat(base.html): improve navbar responsiveness Removed the 'sticky-top' and 'navbar-shrink' classes from the navbar in base.html to enhance its responsiveness and adaptability across different screen sizes. This change aims to offer a more streamlined user experience by ensuring the navbar's style and position remain consistent and unobtrusive, particularly on mobile devices where screen real estate is limited. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 902ba11..2b6ce88 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,7 @@