Remove excess padding from our tabs region
This commit is contained in:
parent
81a19c9f93
commit
5e12cdc9a6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
{% if content %}
|
{% if content %}
|
||||||
{% set attributes = attributes.addClass(['section']) %}
|
{% set attributes = attributes.addClass(['section, is-paddingless']) %}
|
||||||
<section{{ attributes }}>
|
<section{{ attributes }}>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue