diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-10 22:04:37 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-10 22:04:37 +0200 |
| commit | a6d3fbcfe90103ac3000d98cc97879d1c5c00915 (patch) | |
| tree | b74b04b021a8ab948c95792ef6bca653aea77be2 /tpl/index.pug | |
| parent | Update (diff) | |
| download | iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.tar.gz iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.tar.bz2 iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.zip | |
Updated headings
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 7c3696e..7bb59a0 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
| @@ -36,7 +36,7 @@ mixin view(id, title) | |||
| 36 | views.push({ id, title }); | 36 | views.push({ id, title }); |
| 37 | 37 | ||
| 38 | +container(narrow=true class='u-p-700 c-view' id=id) | 38 | +container(narrow=true class='u-p-700 c-view' id=id) |
| 39 | +h1-heading('xl')= title | 39 | +h1-heading('xl')(class='u-mt-0')= title |
| 40 | +divider('medium') | 40 | +divider('medium') |
| 41 | block | 41 | block |
| 42 | 42 | ||
