We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cae2fc commit 206acb5Copy full SHA for 206acb5
src/components/projects/ProjectSingle.js
@@ -22,7 +22,7 @@ const ProjectSingle = ({ title, category, image }) => {
22
/>
23
</div>
24
<div className="text-center px-4 py-6">
25
- <p className="font-general-medium text-xl md:text-2xl text-ternary-dark dark:text-ternary-light mb-2">
+ <p className="font-general-medium text-lg md:text-xl text-ternary-dark dark:text-ternary-light mb-2">
26
{title}
27
</p>
28
<span className="text-lg text-ternary-dark dark:text-ternary-light">
0 commit comments