MODIFY menu burger mobile
This commit is contained in:
@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user