From 87f27320284b4cd6a403e001d8768dc32afb0894 Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Sat, 15 Aug 2026 22:37:05 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/post/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/post/[...slug].astro b/src/pages/post/[...slug].astro index 2156e12..9e25ea9 100644 --- a/src/pages/post/[...slug].astro +++ b/src/pages/post/[...slug].astro @@ -60,7 +60,7 @@ const published_at = formatDatetime(data.published_at, "YYYY.MM.DD"); article { width: 100%; margin: 0 auto; - padding: 24px 0 24px 0; + padding: 0 0 24px 0; flex: 1; flex-shrink: 0; }