From 13e3ce20bf57c1f99e217416dbc99fdd6608007a Mon Sep 17 00:00:00 2001 From: Marcrb3 Date: Wed, 5 Jun 2024 13:24:41 +0200 Subject: [PATCH] add state --- dist/index.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index 7fc98c4..bc1c779 100644 --- a/dist/index.html +++ b/dist/index.html @@ -259,7 +259,7 @@ } } - @media only screen and (max-width: 800px) { + @media (max-width: 750px) { #infoPanel { position: fixed; height: 45%; diff --git a/index.html b/index.html index 181388d..9db92a9 100644 --- a/index.html +++ b/index.html @@ -259,7 +259,7 @@ } } - @media only screen and (max-width: 800px) { + @media (max-width: 750px) { #infoPanel { position: fixed; height: 45%;