fix: adjust spacing in login form for improved layout

This commit is contained in:
Andras Bacsai
2024-12-12 11:36:50 +01:00
parent b2344aeb2f
commit ab819c6b9d

View File

@@ -12,7 +12,7 @@
@endforeach
</div>
@endif
<div class="p-6 space-y-4 md:space-y-6 sm:p-8">
<div class="p-6 space-y-4 md:space-y-3 sm:p-8">
<form action="/login" method="POST" class="flex flex-col gap-2">
@csrf
@env('local')