fix: adjust spacing in login form for improved layout
This commit is contained in:
parent
b2344aeb2f
commit
ab819c6b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue