Prepare tabs for floating so they don't affect full-width titles
This commit is contained in:
parent
400e817229
commit
452c74e71c
1 changed files with 2 additions and 4 deletions
|
@ -71,11 +71,9 @@
|
|||
{% block tabs %}
|
||||
{# Drupal tabs #}
|
||||
{% if page.header_tabs %}
|
||||
<div class="hero-footer">
|
||||
<div class="container">
|
||||
<div class="floating-tabs">
|
||||
{{ page.header_tabs }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock tabs %}
|
||||
{% endblock header %}
|
||||
|
|
Loading…
Reference in a new issue