mobile version fixes

This commit is contained in:
kurpfish
2021-08-19 16:17:06 +03:00
parent 3ce8e17645
commit 16032758a9
9 changed files with 84 additions and 30 deletions

View File

@ -31,9 +31,9 @@
transition: .3s;
}
@media (max-width: 1198px) {
@media (max-width: 1199px) {
.logout-button {
top: 16px;
top: 16px !important;
}
}
}