diff --git a/examples/social-feed/src/pages/post/[slug].astro b/examples/social-feed/src/pages/post/[slug].astro index 7eac67905..5aae2799f 100644 --- a/examples/social-feed/src/pages/post/[slug].astro +++ b/examples/social-feed/src/pages/post/[slug].astro @@ -70,6 +70,7 @@ const { title } = isArticle(post) && post.data; width: 100%; max-width: 60ch; margin-inline: auto; + padding-block: var(--theme-space-md); } .prev, .next {