diff --git a/static/index.html b/static/index.html index f30c4e6..cb52123 100644 --- a/static/index.html +++ b/static/index.html @@ -26,13 +26,13 @@ bottom: 0px; position: absolute; } - @media screen and (max-width: 899px) { + @media screen and (max-width: 890px) { .cpugraph { display: none; } } @media screen and (max-height: 449px) { - .cpugraph { + .cpugraph .logo { display: none; } }