fix: margin

This commit is contained in:
Benno Tielen 2025-04-01 11:26:01 +02:00
parent 9333b9ded6
commit 5541d5623d

View file

@ -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"}