nit: fix spacing in note post page

This commit is contained in:
Tony Sullivan 2023-09-15 09:28:33 -05:00
parent ff1efb37a4
commit 3bd197746b

View file

@ -70,6 +70,7 @@ const { title } = isArticle(post) && post.data;
width: 100%; width: 100%;
max-width: 60ch; max-width: 60ch;
margin-inline: auto; margin-inline: auto;
padding-block: var(--theme-space-md);
} }
.prev, .next { .prev, .next {