beautified

This commit is contained in:
gnuter3000 2023-07-07 09:33:56 +02:00
parent 864c700666
commit 70d9995005
9 changed files with 36 additions and 41 deletions

View file

@ -1,3 +1,4 @@
{% if user.is_authenticated %}
<div class="container">
<footer class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-muted">© 2023 fbf</p>
@ -14,3 +15,4 @@
</ul>
</footer>
</div>
{% endif %}