diff options
-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> |