Add the section class to page views (whole section)

Turns out this is really important to keeping a margin on mobile-sized viewports
This commit is contained in:
benjamin melançon 2018-12-18 00:12:56 -05:00
parent db0bf279ee
commit 9700400610

View file

@ -32,6 +32,7 @@
#} #}
{% {%
set classes = [ set classes = [
'section',
dom_id ? 'js-view-dom-id-' ~ dom_id, dom_id ? 'js-view-dom-id-' ~ dom_id,
] ]
%} %}