Increase top margin of description

This commit is contained in:
Ariful Alam 2024-03-01 16:54:04 +06:00
parent d63a5a7314
commit d5cf0ab84d

View File

@ -106,7 +106,7 @@ const PublicationCard = ({
</p>
)}
{item.description && (
<p className="mt-1 text-base-content text-opacity-60 text-sm">
<p className="mt-2 text-base-content text-opacity-60 text-sm">
{item.description}
</p>
)}