responsive
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
@media only screen and (max-width: 850px) {
|
||||
.maintable {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr 100%;
|
||||
}
|
||||
.header-title {
|
||||
display: none;
|
||||
@@ -22,6 +23,15 @@
|
||||
.colheader {
|
||||
font-size: 32px;
|
||||
}
|
||||
.popchart {
|
||||
display: none;
|
||||
}
|
||||
.leftcol {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.rightcol {
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user