Merge branch 'master' of edugit.org:enrichment-2024/qivip

This commit is contained in:
2025-03-08 15:16:19 +01:00

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;