fix design

This commit is contained in:
tuna2134
2025-05-06 03:23:02 +00:00
parent 6d4ef05b16
commit 2b2d03a130

View File

@@ -18,12 +18,9 @@ export default async function Page({ params }: Props) {
<h2 className="p-1 text-center text-2xl font-bold tracking-wider"> <h2 className="p-1 text-center text-2xl font-bold tracking-wider">
{metadata.title} {metadata.title}
</h2> </h2>
<div className="mt-4 flex items-center justify-center space-x-2">
<Timer />
<p>{metadata.datetime}</p>
</div>
</div> </div>
<div className="prose"> <p className="text-gray-600/80">{metadata.datetime}</p>
<div className="prose mt-2">
<Post /> <Post />
</div> </div>
</> </>