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

@@ -101,7 +101,7 @@ main {
height: calc(100% - 50px);
}
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 980px) {
#main {
display: grid;
grid-template-columns: unset;