diff options
| -rw-r--r-- | views/about/howto.ejs | 2 | ||||
| -rw-r--r-- | views/partials/footer.ejs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/about/howto.ejs b/views/about/howto.ejs index 30497e1..d5aeab7 100644 --- a/views/about/howto.ejs +++ b/views/about/howto.ejs @@ -72,7 +72,7 @@ </div> </div> - <h1 style="text-align:center;">Keyboard Shortcuts</h1> + <h1 style="text-align:center; background: white; border-bottom: 1px solid black; margin: 60px 0 40px;">Keyboard Shortcuts</h1> <div class="item"> <div class="rap"> diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 5b0c0e9..75d06e5 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,6 +1,6 @@ <div class="footer"> - <a href="/about">Howto</a> + <a href="/about">How To</a> <a href="/about/terms">Terms</a> <a href="/about/privacy">Privacy</a> |
