Adaptation slider in mobile

This commit is contained in:
MaxOvs19
2023-03-10 19:58:47 +03:00
parent cb937dd790
commit b17386ba48
3 changed files with 47 additions and 0 deletions

View File

@ -51,3 +51,9 @@
}
}
}
@media (max-width: 575.98px) {
.auth-header {
display: none;
}
}