We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3515c36 commit 41d2201Copy full SHA for 41d2201
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