slight tweaks to work better on 900x1440 displays
This commit is contained in:
parent
d36ba6af88
commit
c7ca8bf5f9
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user