minor change to footer

This commit is contained in:
2022-06-14 19:30:19 -05:00
parent fb6e04456a
commit 2129cfe3a1

View File

@@ -142,11 +142,11 @@
{% endblock content %}
</div> <!-- /container -->
<footer class="pt-4 my-md-5 pt-md-5">
<footer class="text-center pt-4 my-md-5 pt-md-5">
<div class="container">
<div class="row row-cols-1 row-cols-lg-3">
<div class="col">
<p class="text-muted my-2">Copyright © 2022 BenchCoach</p>
<small class="text-muted my-2">Copyright © 2022 BenchCoach</small>
</div>
</div>
</div>