From ff51c48c93ad606be10bee3aa034415fb3d233bf Mon Sep 17 00:00:00 2001
From: windows11 <windows11@pc>
Date: Wed, 3 Nov 2021 11:36:50 +0800
Subject: [PATCH] update css

---
 web/css/light.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/web/css/light.css b/web/css/light.css
index 31d463b..18fbedf 100644
--- a/web/css/light.css
+++ b/web/css/light.css
@@ -25,6 +25,8 @@ tr.odd.expandRow > :hover { background: #FFF !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; }