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