From c16c6e31429029c641fd463788a875aaa3d7a8e4 Mon Sep 17 00:00:00 2001 From: Izaya Date: Sun, 24 Feb 2019 20:19:08 +1100 Subject: [PATCH] fixed css rule --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 323d725..da3c904 100644 --- a/static/index.html +++ b/static/index.html @@ -24,7 +24,7 @@ bottom: 0px; position: absolute; } - @media screen and (min-width: 900px) { + @media screen and (max-width: 899px) { .cpugraph { display: none; }