fix footer on mobile devices
All checks were successful
delpoy / build-and-deploy (push) Successful in 54s

This commit is contained in:
bytedream 2023-12-01 12:00:57 +01:00
parent fc6fc097e9
commit 7400b41670

View File

@ -162,7 +162,7 @@
class="flex justify-around items-center h-14 w-full bg-base-300" class="flex justify-around items-center h-14 w-full bg-base-300"
class:hidden={onAdminPage} class:hidden={onAdminPage}
> >
<div> <div class="hidden sm:block">
<p>© {new Date().getFullYear()} MHSL Craftattack Team</p> <p>© {new Date().getFullYear()} MHSL Craftattack Team</p>
</div> </div>
<div class="flex gap-4"> <div class="flex gap-4">