Fixed login button overlaid by footer on small screens #13

This commit is contained in:
ChaoticByte 2023-02-12 20:06:16 +01:00
parent 0939d10322
commit 6c72b5059f
2 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,8 @@
{% load i18n %}
<div class="footer">
<div>Version {{ app_version }}</div>
<div>Copyright (C) 2021, Julian Müller (ChaoticByte)</div>
</div>
<footer class="footer-container">
<div class="footer">
<div>Version {{ app_version }}</div>
<div>Copyright (C) 2021, Julian Müller (ChaoticByte)</div>
</div>
</footer>