remark plugins and width
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -21,7 +21,9 @@ export const PostHeader = ({
|
||||
|
||||
return (
|
||||
<div className="flex items-start gap-2 flex-col">
|
||||
<div className="lg:text-5xl text-3xl font-bold mt-2">{title}</div>
|
||||
<div className="lg:text-5xl text-3xl font-bold mt-2 text-gray-50">
|
||||
{title}
|
||||
</div>
|
||||
<div className="mt-2 text-gray-600dark:text-gray-400">{description}</div>
|
||||
<div className="mt-2 mb-10 flex lg:flex-row flex-col gap-2 items-start">
|
||||
{author && (
|
||||
|
||||
Reference in New Issue
Block a user