mobile styling fixes

This commit is contained in:
kurpfish
2021-08-11 15:19:59 +03:00
parent 6e2952c435
commit 78ca049794
3 changed files with 30 additions and 1 deletions

View File

@ -29,4 +29,11 @@
border: 3px solid #6aaf5c;
box-shadow: 3px 2px 5px rgba(82, 151, 34, 0.21);
transition: .3s;
}
}
@media (max-width: 1198px) {
.logout-button {
top: 16px;
}
}