nit: fix spacing in note post page
This commit is contained in:
parent
ff1efb37a4
commit
3bd197746b
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue