diff options
Diffstat (limited to 'tpl/index.pug')
-rw-r--r-- | tpl/index.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index c4baa64..cccfb2a 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
@@ -40,7 +40,7 @@ mixin view(id, title) | |||
40 | - | 40 | - |
41 | views.push({ id, title }); | 41 | views.push({ id, title }); |
42 | 42 | ||
43 | +container(narrow=!attributes.wide class='u-p-700 c-view' id=id) | 43 | +container(fixed=!attributes.wide class='u-p-700 c-view' id=id) |
44 | +h1-heading('xl')(class='u-mt-0')= title | 44 | +h1-heading('xl')(class='u-mt-0')= title |
45 | +divider('medium') | 45 | +divider('medium') |
46 | block | 46 | block |