fix: center align input field for authentication token

This commit is contained in:
2025-01-27 01:00:27 +01:00
parent 508c404985
commit 0903476323

View File

@@ -97,7 +97,7 @@
method="post"
>
<h2 class="text-lg font-semibold m-4 text-black">WHO ARE YOU?!?!?!??!</h2>
<input type="text" class="border border-black rounded my-4" name="token" />
<input type="text" class="border border-black text-center rounded my-4" name="token" />
<button class="px-4 py-2 bg-gray-800 text-white rounded hover:bg-gray-700">
Authenticate
</button>