Skip to content

Commit 41d2201

Browse files
committed
#206 見出しと本文の行頭をそろえる
1 parent 3515c36 commit 41d2201

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/blog/BlogContent.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ const { Content } = await render(blog)
7979
.prose code:not(pre > *)::before {
8080
@apply content-none;
8181
}
82-
.prose
83-
> *:where(:not(h1, h2, h3, h4, h5, h6, pre, iframe, img, svg, table)) {
82+
83+
.prose > *:where(:not(pre, iframe, img, svg, table)) {
8484
@apply mx-4;
8585
}
8686
.prose > *:where(h1, h2) {

0 commit comments

Comments
 (0)