diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 17:11:19 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 17:11:19 +0000 |
commit | 54d6a826d071e8697dcbaf56e92f72e2076d91fb (patch) | |
tree | daedb0d7050a31ccc6a1b59660dafc0f3ff9bc32 /views/static.handlebars | |
parent | 91fc14cffcc1d81c02cea272a9eca1d5172f56ba (diff) |
refactor: new layout and styling tweaks
Diffstat (limited to 'views/static.handlebars')
-rw-r--r-- | views/static.handlebars | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/views/static.handlebars b/views/static.handlebars index d28d8f2..a05aea7 100644 --- a/views/static.handlebars +++ b/views/static.handlebars @@ -1,10 +1,11 @@ -<article class="static-page"> - <header> - <h1>{{title}}</h1> - </header> - <main> - {{{content}}} - </main> -</article> - +<main class="page"> + <article class="static-page"> + <header> + <h1>{{title}}</h1> + </header> + <main> + {{{content}}} + </main> + </article> +</main> |