style: update project description as per design. (#2682)

This commit is contained in:
Prateek Shourya 2023-11-07 13:13:14 +05:30 committed by GitHub
parent 37bf465fcd
commit baf17a109b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ export const ProjectCard: React.FC<ProjectCardProps> = observer((props) => {
</div>
<div className="h-[104px] w-full flex flex-col justify-between p-4 rounded-b">
<p className="text-sm text-custom-text-300 font-medium break-words line-clamp-2">{project.description}</p>
<p className="text-sm text-custom-text-300 break-words line-clamp-2">{project.description}</p>
<div className="flex item-center justify-between">
<Tooltip
tooltipHeading="Members"