Improve post spacing
This commit is contained in:
parent
bb426df41a
commit
f3596d4258
@ -65,6 +65,10 @@
|
|||||||
@apply ring-secondary;
|
@apply ring-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
@apply mb-2;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@apply text-5xl font-bold;
|
@apply text-5xl font-bold;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ interface Props {
|
|||||||
|
|
||||||
export default function PostPage(props: Props) {
|
export default function PostPage(props: Props) {
|
||||||
return (
|
return (
|
||||||
<article>
|
<article className="leading-relaxed">
|
||||||
<Blocks blocks={props?.post.blocks} locale="en" />
|
<Blocks blocks={props?.post.blocks} locale="en" />
|
||||||
{props?.post.author && typeof props?.post.author !== 'string' && (
|
{props?.post.author && typeof props?.post.author !== 'string' && (
|
||||||
<Author author={props?.post.author} />
|
<Author author={props?.post.author} />
|
||||||
|
Loading…
Reference in New Issue
Block a user