add: box info create user

This commit is contained in:
Alexandro Uc Santos
2024-04-15 20:01:29 -06:00
parent 189a815a57
commit ada429b7bf
4 changed files with 30 additions and 5 deletions

View File

@@ -36,11 +36,16 @@
min-height: 700px;
}
@media (max-width: 1024px) {
@media (max-width: 1200px) {
.auth-layout {
width: 70%;
width: 80%;
}
}
/* @media (max-width: 1024px) {
.auth-layout {
width: 80%;
}
} */
@media (max-width: 768px) {
.auth-layout {