add adaptive registationForCandidate,

modalRegistration,
create hook useFormValidation,
add Validation in registationForCandidate
This commit is contained in:
2023-12-26 02:42:49 +03:00
parent ce6c2d965a
commit c345bdf5ca
8 changed files with 278 additions and 46 deletions

View File

@ -47,8 +47,8 @@
font-weight: 400;
font-size: 16px;
@media (max-width: 450px) {
max-width: 180px;
@media (max-width: 312px) {
font-size: 14px;
}
}
@ -57,6 +57,10 @@
font-weight: 400;
font-size: 16px;
line-height: 32px;
@media (max-width: 450px) {
display: none;
}
}
}
}