Fixed css for mobile devices

This commit is contained in:
H4CK3R-01
2021-07-14 23:47:47 +02:00
committed by H4CK3R-01
parent 4eb1fed0d2
commit 8a6b676c1e
5 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
color: #ffffff;
}
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 980px) {
#login {
align-items: flex-start;
}