ui: Auth - Username / Password - UI

This commit is contained in:
Eirene 2024-07-28 17:44:16 +08:00
parent 477d5c4c87
commit b740df3a35

View File

@ -4,7 +4,7 @@
<div class="flex min-h-dvh flex-col justify-center px-6 lg:px-8">
<h2 class="my-10 text-center text-2xl font-semibold leading-9 text-gray-900">Sign in to your account</h2>
<h2 class="mt-20 mb-10 text-center text-2xl font-semibold leading-9 text-gray-900">Sign in to your account</h2>
<div class="mx-auto w-full max-w-md">
<div class="bg-white p-6 lg:py-12 rounded-lg sm:px-12 shadow-sm">
@ -29,7 +29,7 @@
</form>
</div>
</div>
<div class="mt-auto">
<img class="mx-auto w-64" src="../img/logo.svg" alt="Gardens by the Bay">
<div class="mt-auto overflow-hidden">
<img class="translate-y-px mx-auto w-80 lg:w-96 xl:w-full xl:max-w-lg" src="../img/logo.svg" alt="Gardens by the Bay">
</div>
</div>