From 8314b502913627e5aee7c9bed8b5473ec8d17a7d Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Fri, 3 Oct 2025 13:59:05 +0700
Subject: [PATCH] more whitespace between table rows

---
 src/assets/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/assets/style.css b/src/assets/style.css
index 66979e7..de304ba 100644
--- a/src/assets/style.css
+++ b/src/assets/style.css
@@ -70,8 +70,8 @@ tbody tr:hover {
 }
 td,
 th {
-  padding-top: 0.1rem;
-  padding-bottom: 0.1rem;
+  padding-top: 0.3rem;
+  padding-bottom: 0.3rem;
 }
 td + td,
 th + th {
-- 
2.47.3

