diff --git a/src/styles/typography.css b/src/styles/typography.css index f803911caf..f92a3ae16e 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 {