This commit is contained in:
ben8
2025-03-08 13:46:48 +01:00
parent 31cc63250c
commit 7a59998cff
4 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ nav div ul.qp-nav-list li {
a.qp-a-button {
@apply p-6 rounded-md font-extrabold 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 {
@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