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,10 +71,8 @@
|
||||||
{% block tabs %}
|
{% block tabs %}
|
||||||
{# Drupal tabs #}
|
{# Drupal tabs #}
|
||||||
{% if page.header_tabs %}
|
{% if page.header_tabs %}
|
||||||
<div class="hero-footer">
|
<div class="floating-tabs">
|
||||||
<div class="container">
|
{{ page.header_tabs }}
|
||||||
{{ page.header_tabs }}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock tabs %}
|
{% endblock tabs %}
|
||||||
|
|
Loading…
Reference in a new issue