720px with 10px font

This commit is contained in:
windows11 2021-11-03 11:34:27 +08:00
parent 28f61460c3
commit bde340a7e8

@ -28,6 +28,8 @@ tr.odd.expandRow > :hover { background: #000 !important; }
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
}
@media only screen and (max-width: 720px) {
body { font-size: 10px; }
.content { padding: 0; }
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }