fix: add padding for post preview
This commit is contained in:
parent
bf0a411639
commit
9890e3c0f3
@ -15,7 +15,7 @@ export function PostPreview({
|
|||||||
<Link to={filename}>
|
<Link to={filename}>
|
||||||
<div className="space-y-4 py-3 text-center font-bold border-gray-600 border-2 rounded-lg">
|
<div className="space-y-4 py-3 text-center font-bold border-gray-600 border-2 rounded-lg">
|
||||||
<div className="text-[#ffff00] text-2xl">{title}</div>
|
<div className="text-[#ffff00] text-2xl">{title}</div>
|
||||||
<div className="text-xl">{description}</div>
|
<div className="text-xl px-3">{description}</div>
|
||||||
<div>
|
<div>
|
||||||
<time>{formattedDate}</time>
|
<time>{formattedDate}</time>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user