Updated the footer to look good with bootstrap; changed colors on the navbar

This commit is contained in:
2025-07-02 18:05:50 -04:00
parent 7a8b5a674c
commit 295c7d1923
3 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,10 @@
<footer id="main-footer" class="container">
<div class="row">
<div class="col-12">
<p>Colossus version {{ APP_VERSION }}.</p>
<p>Running PHP version {{ PHP_VERSION }}.</p>
<footer id="main-footer" class="bg-light py-4 mt-auto">
<div class="container">
<div class="row">
<div class="col-12">
<p class="text-center mb-0">Colossus version {{ APP_VERSION }}</p>
<p class="text-center mb-0">Running PHP version {{ PHP_VERSION }}</p>
</div>
</div>
</div>
</footer>