We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54de9dc commit 36b7111Copy full SHA for 36b7111
src/components/ProjectTile.jsx
@@ -39,7 +39,7 @@ const ProjectTile = ({ project }) => {
39
<h3 className="text-xl font-medium font-sans uppercase text-white mb-2 group-hover:text-emerald-400 transition-colors line-clamp-1">
40
{project.title}
41
</h3>
42
- <p className="text-sm text-gray-400 line-clamp-2 leading-relaxed mb-4 flex-grow">
+ <p className="text-sm text-gray-400 line-clamp-2 leading-relaxed mb-4 flex-grow font-arvo">
43
{' '}
44
{project.shortDescription}
45
</p>
0 commit comments