From 3939bcadc27671ca666e97e35d63cf650e070d0d Mon Sep 17 00:00:00 2001 From: Jakub Heger Date: Fri, 4 Oct 2024 14:27:33 +0200 Subject: [PATCH] changed screen width for responsive trigger --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index fecb442..8622fc4 100644 --- a/style.css +++ b/style.css @@ -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;