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.
This commit is contained in:
Kumi 2024-06-08 09:16:42 +02:00
parent 2b7ab71476
commit abb6c8def0
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -17,7 +17,7 @@
<body>
<nav
class="navbar navbar-expand-md sticky-top navbar-shrink py-3 navbar-light"
class="navbar navbar-expand-md py-3 navbar-light"
id="mainNav"
>
<div class="container">