1
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user