Compare commits

...

1 Commits

Author SHA1 Message Date
victorAnumudu 74b2a554f1 height adjust 2024-06-28 14:37:32 +01:00
+2 -2
View File
@@ -85,7 +85,7 @@ export default function AvailableJobsCard({
// backgroundImage: `url('${image}')`,
// }}
>
<div className="flex flex-col h-full bg-slate-100 p-2 rounded-md">
<div className="flex flex-col min-h-full bg-slate-100 p-2 rounded-md">
<p>{datas.description}</p>
</div>
</div>
@@ -95,7 +95,7 @@ export default function AvailableJobsCard({
<div className="flex justify-between">
<div className="flex items-center space-x-2">
<div>
<p className="font-bold text-xl tracking-wide line-clamp-1 text-dark-gray dark:text-white">
<p className="w-full font-bold text-xl tracking-wide text-dark-gray dark:text-white">
{/* {thePrice} | {datas.timeline_days} day(s) */}
{thePrice}
</p>