header fix

This commit is contained in:
2020-07-27 12:39:59 +02:00
parent e9761aa6ca
commit 34741c345d
31 changed files with 605 additions and 267 deletions
@@ -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 %}