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:
parent
db0bf279ee
commit
9700400610
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#}
|
||||
{%
|
||||
set classes = [
|
||||
'section',
|
||||
dom_id ? 'js-view-dom-id-' ~ dom_id,
|
||||
]
|
||||
%}
|
||||
|
|
Loading…
Reference in a new issue