Remove excess padding from our tabs region

This commit is contained in:
Benjamin Melançon 2019-08-31 09:15:08 -04:00
parent 81a19c9f93
commit 5e12cdc9a6

View file

@ -13,7 +13,7 @@
*/
#}
{% if content %}
{% set attributes = attributes.addClass(['section']) %}
{% set attributes = attributes.addClass(['section, is-paddingless']) %}
<section{{ attributes }}>
<div class="container">
{{ content }}