header fix
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{% import _self as menus %}
|
||||
{% if items %}
|
||||
{% if menu_level == 0 %}
|
||||
<ul{{ attributes }} class="row m-0 pl-0">
|
||||
<ul{{ attributes }} class="d-flex px-0">
|
||||
{% else %}
|
||||
<ul>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user