mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
fix design
This commit is contained in:
@@ -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>
|
<p className="text-gray-600/80">作成日時:{metadata.datetime}</p>
|
||||||
<div className="prose">
|
<div className="prose mt-2">
|
||||||
<Post />
|
<Post />
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user