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