We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3515c36 + 41d2201 commit 52c629aCopy full SHA for 52c629a
1 file changed
src/components/blog/BlogContent.astro
@@ -79,8 +79,8 @@ const { Content } = await render(blog)
79
.prose code:not(pre > *)::before {
80
@apply content-none;
81
}
82
- .prose
83
- > *:where(:not(h1, h2, h3, h4, h5, h6, pre, iframe, img, svg, table)) {
+
+ .prose > *:where(:not(pre, iframe, img, svg, table)) {
84
@apply mx-4;
85
86
.prose > *:where(h1, h2) {
0 commit comments