Register gefixt

This commit is contained in:
ben8
2025-03-08 15:01:48 +01:00
parent 9e510fa090
commit adb208a56a
2 changed files with 2 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ a.qp-a-button {
a.qp-a-button-small { a.qp-a-button-small {
@apply p-1 rounded-md hover:scale-105 transition duration-300 shadow-md; @apply p-1 rounded-md hover:scale-105 transition duration-300 shadow-md;
} }
.register input{@apply p-3 rounded-full bg-gray-200 focus:scale-105 transition duration-200 font-black;} .register input{@apply p-3 rounded-full bg-gray-200 focus:scale-105 transition duration-200 font-black w-full;}
.input-group { .input-group {
@apply flex flex-col gap-4 max-w-md mx-auto p-6 bg-white rounded-xl shadow-lg; @apply flex flex-col gap-4 max-w-md mx-auto p-6 bg-white rounded-xl shadow-lg;

File diff suppressed because one or more lines are too long