diff --git a/web/css/dark.css b/web/css/dark.css index 204542d..e2b7029 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -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; }