fix: center align input field for authentication token
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user