header responsive

This commit is contained in:
2020-07-21 17:22:45 +02:00
parent 3eb17be9ce
commit c35378ee6e
45 changed files with 1769 additions and 37 deletions
@@ -29,6 +29,13 @@
#}
<div{{ attributes }}>
{% block content %}
<div class="nav-main">
{{ content }}
</div>
{% endblock %}
<button class="hamburger hamburger--collapse burger" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
@@ -27,7 +27,7 @@
* @ingroup themeable
*/
#}
<div{{ attributes }} class="col">
<div{{ attributes }} class="col-md-3 col-lg-3 col-xl-2">
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>