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>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
||||||
<Blocks content={data.content} />
|
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
|
<Blocks content={data.content} />
|
||||||
|
|
||||||
<AdminMenu
|
<AdminMenu
|
||||||
collection={"worship"}
|
collection={"worship"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue