From 3bd197746bee824fb39602c6e299fc2704db2809 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Fri, 15 Sep 2023 09:28:33 -0500 Subject: [PATCH] nit: fix spacing in note post page --- examples/social-feed/src/pages/post/[slug].astro | 1 + 1 file changed, 1 insertion(+) 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 {