MODIFY menu burger mobile

This commit is contained in:
2025-08-07 12:03:52 +00:00
parent 78d05a0223
commit f450ce568a
4 changed files with 30 additions and 17 deletions

View File

@ -32,7 +32,9 @@
{% if item.target %}target="{{ item.target }}"{% endif %}>
{{ item.title }}
</a>
{% include 'partials/menu.twig' with {items: item.children} %}
<div class="d-block d-lg-none">
{% include 'partials/menu.twig' with {items: item.children} %}
</div>
</li>
{% endif %}
{% endfor %}