slight tweaks to work better on 900x1440 displays

This commit is contained in:
XeonSquared 2019-02-25 20:02:15 +11:00
parent d36ba6af88
commit c7ca8bf5f9

View File

@ -26,13 +26,13 @@
bottom: 0px; bottom: 0px;
position: absolute; position: absolute;
} }
@media screen and (max-width: 899px) { @media screen and (max-width: 890px) {
.cpugraph { .cpugraph {
display: none; display: none;
} }
} }
@media screen and (max-height: 449px) { @media screen and (max-height: 449px) {
.cpugraph { .cpugraph .logo {
display: none; display: none;
} }
} }