diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 140c9d8..fb038d3 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -44,11 +44,11 @@ const { Content, headings } = await render(entry); flex-direction: column; gap: var(--6); - :first-child { + & > :first-child { min-width: min-content; } - :last-child { + & > :last-child { min-width: 0; } }