This commit is contained in:
koenigmarcel
2021-06-24 11:04:36 +02:00
parent fe0644a092
commit cc24b885e8
6 changed files with 107 additions and 3 deletions

View File

@@ -94,4 +94,16 @@ main {
background-color: #fefefe;
width: 100%;
height: calc(100% - 50px);
}
@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%;
}
}