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/home.handlebars | |
parent | 91fc14cffcc1d81c02cea272a9eca1d5172f56ba (diff) |
refactor: new layout and styling tweaks
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index bf92724..7b4608a 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,3 +1,4 @@ +<main class="page"> <p class="lead">Gathio is a simple, federated, privacy-first event hosting platform.</p> <div class="card mb-3 border-primary"> @@ -52,3 +53,4 @@ </div> </div> {{/if}} +</main>
\ No newline at end of file |