From 28083b0ae07e4f61ff2167471fc41d875b4b71c0 Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Wed, 28 Jun 2023 12:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=AA=BFpadding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5a2412b..a839fbe 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ table { } th, td { - padding: 2px 5px; + padding: 1px 2px; border: 1px solid #000; }