diff --git a/static/index.html b/static/index.html index b118104..926b736 100644 --- a/static/index.html +++ b/static/index.html @@ -24,7 +24,12 @@ bottom: 0px; position: absolute; } - @media screen and (max-width: 899px) and (max-height: 399px) { + @media screen and (max-width: 899px) { + .cpugraph { + display: none; + } + } + @media screen and (max-height: 449px) { .cpugraph { display: none; }