- Cleaned up

- Reformatted
- Bug fixed
This commit is contained in:
H4CK3R-01
2021-06-24 14:46:34 +02:00
committed by H4CK3R-01
parent cc24b885e8
commit b9eaccecfd
5 changed files with 23 additions and 71 deletions

View File

@@ -97,13 +97,10 @@ main {
}
@media only screen and (max-width: 980px) {
#main {
display: grid;
grid-template-columns: unset;
grid-template-rows: 60% 40%;
height: calc(90% - 7em);
touch-action: pan-x pan-y;
height: 100%;
}
}