[TASK] add footer and make app mobile compatible

This commit is contained in:
Marie Birner
2023-04-06 11:00:44 +02:00
parent 9c42f99f11
commit 5f82b8a786
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<footer class="bg-primary-950 text-white w-full flex justify-center p-3">
<div class="max-w-screen-lg w-full flex justify-between">
<div>
Marie Birner <span class="text-[#ff0000]">&hearts;</span> Philipp Hofer
</div>
<div>
&copy; {{ now() | date(format="%Y") }}
</div>
</div>
</footer>