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