changed screen width for responsive trigger
This commit is contained in:
parent
513f0d1134
commit
3939bcadc2
1 changed files with 2 additions and 2 deletions
|
@ -156,8 +156,8 @@ table tr:nth-child(2n) {
|
|||
background-color: var(--background2);
|
||||
}
|
||||
|
||||
@media only screen and (device-width: 1280px),
|
||||
only screen and (max-width:1280px) {
|
||||
@media only screen and (device-width: 1000px),
|
||||
only screen and (max-width:1000px) {
|
||||
|
||||
.cm-header {
|
||||
font-size: 8px;
|
||||
|
|
Loading…
Reference in a new issue