Registrierfehler behoben

This commit is contained in:
nik8
2025-03-08 15:14:07 +01:00
parent 9fdbaf7b23
commit 37ffbebc67

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;