Fixed css for mobile devices
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user