From 41d2201a76fe383a29633b064ef3ed6338c4c17d Mon Sep 17 00:00:00 2001 From: Rui-32 <166376337+Rui-32@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:41:36 +0900 Subject: [PATCH] =?UTF-8?q?#206=20=E8=A6=8B=E5=87=BA=E3=81=97=E3=81=A8?= =?UTF-8?q?=E6=9C=AC=E6=96=87=E3=81=AE=E8=A1=8C=E9=A0=AD=E3=82=92=E3=81=9D?= =?UTF-8?q?=E3=82=8D=E3=81=88=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/blog/BlogContent.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/blog/BlogContent.astro b/src/components/blog/BlogContent.astro index 832e314..c4f26af 100644 --- a/src/components/blog/BlogContent.astro +++ b/src/components/blog/BlogContent.astro @@ -79,8 +79,8 @@ const { Content } = await render(blog) .prose code:not(pre > *)::before { @apply content-none; } - .prose - > *:where(:not(h1, h2, h3, h4, h5, h6, pre, iframe, img, svg, table)) { + + .prose > *:where(:not(pre, iframe, img, svg, table)) { @apply mx-4; } .prose > *:where(h1, h2) {