summaryrefslogtreecommitdiff
path: root/web/templates/base.html
diff options
context:
space:
mode:
authorDominic DiTaranto <domdit@gmail.com>2024-10-29 12:24:20 -0400
committerDominic DiTaranto <domdit@gmail.com>2024-10-29 12:24:20 -0400
commitc76633eb69cc31d7d1827dd6fd1b1bcb2a3f1c4b (patch)
treeeafa1b6f81d5ed7abff406c4734fbf021c712a31 /web/templates/base.html
parent1cf1bba356ee6f741089a4d63344f718d74acc2f (diff)
fixing footer
Diffstat (limited to 'web/templates/base.html')
-rw-r--r--web/templates/base.html4
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>