diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-10-29 12:24:20 -0400 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-10-29 12:24:20 -0400 |
commit | c76633eb69cc31d7d1827dd6fd1b1bcb2a3f1c4b (patch) | |
tree | eafa1b6f81d5ed7abff406c4734fbf021c712a31 /web/templates/base.html | |
parent | 1cf1bba356ee6f741089a4d63344f718d74acc2f (diff) |
fixing footer
Diffstat (limited to 'web/templates/base.html')
-rw-r--r-- | web/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index 4814694..45b2166 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -33,8 +33,8 @@ {% block content %}{% endblock %} </div> - <div> - <small class="p-5">Version 1.0.1 | Created By <a href="https://www.domdit.com" target="_blank">Dominic DiTaranto</a> | Questions/Suggestions: me@domdit.com | Last Update 10/29/2024</small> + <div class="container"> + <small>Version 1.0.1 | Created By <a href="https://www.domdit.com" target="_blank">Dominic DiTaranto</a> | Questions/Suggestions: me@domdit.com | Last Update 10/29/2024</small> </div> </body> |