From ca52d66c0a81a650c1f55c4aa217b3a382e5778a Mon Sep 17 00:00:00 2001 From: hezhaohui Date: Thu, 23 Jul 2026 15:28:48 +0800 Subject: [PATCH] style: reduce container padding for more content space --- resume.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.css b/resume.css index 289e8ae..1539b53 100644 --- a/resume.css +++ b/resume.css @@ -16,7 +16,7 @@ body { width: 794px; min-height: 1123px; margin: 0 auto; - padding: 20px 36px; + padding: 12px 22px; background: #ffffff; }