fix: margin
This commit is contained in:
parent
9333b9ded6
commit
5541d5623d
1 changed files with 1 additions and 2 deletions
|
|
@ -51,10 +51,9 @@ export default async function BlogPage({ params }: { params: Promise<{id: string
|
|||
}
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
<Blocks content={data.content} />
|
||||
</Section>
|
||||
|
||||
<Blocks content={data.content} />
|
||||
|
||||
<AdminMenu
|
||||
collection={"worship"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue