fix(login): memperbaiki gambar login supaya center

This commit is contained in:
Yoga Pangestu 2025-10-31 14:41:21 +07:00
parent 6343802fd5
commit 087fac5516

View File

@ -44,10 +44,8 @@ class="size-8 rounded shrink-0 bg-accent text-accent-foreground flex items-cente
</div>
<div class="flex-1 p-4 max-lg:hidden">
<div class="relative rounded-lg h-full w-full bg-zinc-100 flex flex-col items-start justify-end p-16"
style="background-image: url('/assets/images/cover.jpg'); background-size: cover">
<div class="relative rounded-lg h-full w-full bg-zinc-100 flex flex-col items-start justify-end p-16 bg-cover bg-center bg-no-repeat"
style="background-image: url('/assets/images/cover.jpg')">
</div>
</div>
</div>