Prepare tabs for floating so they don't affect full-width titles

This commit is contained in:
benjamin melançon 2018-11-12 09:24:38 -05:00
parent 400e817229
commit 452c74e71c

View file

@ -71,11 +71,9 @@
{% 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 %}
{% endblock header %} {% endblock header %}