Finished adaptation for mobile

This commit is contained in:
MaxOvs19
2023-03-14 18:07:45 +03:00
parent 9cb9eb0abb
commit 021c07f0c6
8 changed files with 66 additions and 42 deletions

View File

@ -52,7 +52,13 @@
}
}
@media (max-width: 575.98px) {
@media (max-width: 768px) {
.auth-header {
display: none;
}
}
@media (max-width: 1024px) {
.auth-header {
display: none;
}