header responsive
This commit is contained in:
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user