changed screen width for responsive trigger

This commit is contained in:
Jakub Heger 2024-10-04 14:27:33 +02:00
parent 513f0d1134
commit 3939bcadc2

View file

@ -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;