From 0d9a7bbd939458f0a3cc75da11afa428da139d07 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 15 Jun 2025 09:34:25 +0700 Subject: [PATCH] fix: remove extra padding in fenced code blocks (#540) Closes #539 --- src/styles/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/typography.css b/src/styles/typography.css index f803911..f92a3ae 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -71,7 +71,7 @@ } .astro-code code { - @apply bg-inherit; + @apply bg-inherit p-0; } blockquote {