misc messy design progress, fix table error, add more placeholder content to pages, etc

This commit is contained in:
2024-05-23 12:50:47 +02:00
parent 87f144ed0d
commit 2d9fd68060
13 changed files with 202 additions and 102 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export default async function Page({ params }: { params: { slug: string } }) {
<>
<main className="site-main" id="main">
<EventHeader event={event} />
<section className="page-content">
<section className="pageContent">
<DateList />
<Blocks blocks={event.body} />
</section>