Skip to content

Commit

Permalink
chore: project size
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jan 21, 2024
1 parent 16cc124 commit 913e477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/project/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ProjectCard(props: {
},
}) {
return (
<div className="flex flex-col h-fit gap-3 px-6 py-4 border-2 rounded-2xl border-slate-800/50">
<div className="flex flex-col h-fit w-fit gap-3 px-6 py-4 border-2 rounded-2xl border-slate-800/50">
<div>
<p className="text-2xl font-bold text-white">
{props.title}
Expand All @@ -26,7 +26,7 @@ export default function ProjectCard(props: {
</div>}
</div>

<p className="text-sm text-balance font-normal max-w-[22rem] text-white">{props.description}</p>
<p className="text-sm text-balance font-normal w-[20rem] text-white">{props.description}</p>

<div>
<div className="flex flex-row gap-2">
Expand Down

0 comments on commit 913e477

Please sign in to comment.