mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
style: adjust Post component container to remove width limitation
This commit is contained in:
@@ -19,7 +19,7 @@ export default async function Page({ params }: Props) {
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-gray-600/80">作成日時:{metadata.datetime}</p>
|
<p className="text-gray-600/80">作成日時:{metadata.datetime}</p>
|
||||||
<div className="prose mt-2 w-full">
|
<div className="prose mt-2 max-w-none">
|
||||||
<Post />
|
<Post />
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user