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:
parent
2b7ab71476
commit
abb6c8def0
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue