mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: center align heading
This commit is contained in:
@ -47,7 +47,7 @@ export default async function BlogPostOpenGraphImage({ params }: BlogPostOpenGra
|
|||||||
|
|
||||||
<img src={logoImage} alt="logo" tw="h-8" />
|
<img src={logoImage} alt="logo" tw="h-8" />
|
||||||
|
|
||||||
<h1 tw="mt-8 text-6xl text-center w-full max-w-[800px] font-bold text-center mx-auto">
|
<h1 tw="mt-8 text-6xl text-center flex items-center justify-center w-full max-w-[800px] font-bold text-center mx-auto">
|
||||||
{blogPost.title}
|
{blogPost.title}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user