diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c4252bd..a3f1d85 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -54,4 +54,9 @@ input { padding: 1em; margin-bottom: 3em; border-radius: .25em; +} + +#about-footer { + margin-top: 3em; + text-align: center; } \ No newline at end of file diff --git a/views/layout.pug b/views/layout.pug index e05e793..04577b9 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -19,5 +19,8 @@ html button#login-button Log in h1 #{title} block content + div#about-footer + a(href="/about") Help/About + block scripts script(src='/scripts/main.js' type="module")