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
@@ -27,7 +27,7 @@
* @ingroup themeable
*/
#}
<div{{ attributes }}>
<div{{ attributes }} class="col-3 col-sm-2 col-xl">
{% block content %}
<div class="nav-main">
{{ content }}
@@ -27,7 +27,7 @@
* @ingroup themeable
*/
#}
<div{{ attributes }} class="col-md-3 col-lg-3 col-xl-2">
<div{{ attributes }} class="col-9 col-sm-10 col-xl-auto">
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>