new: make the menu visible on mobile

This commit is contained in:
Valentin Lab
2025-12-13 20:10:42 +01:00
parent ebdf0c0d8e
commit 1db3725fb2
6 changed files with 82 additions and 35 deletions

View File

@@ -10,6 +10,13 @@
<div class="input-group-append">
<span class="input-group-text"><i class="btn btn-sm fa fa-search"></i></span>
</div>
<div class="input-group-append d-lg-none">
<button class="navbar-toggler navbar-light" type="button" data-toggle="collapse"
data-target="#navbarContentMobile" aria-controls="navbarContentMobile" aria-expanded="false"
aria-label="Menu catégories">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</form>