update src/components/CardDesgin/ProcessCard/index.js

master
mahdi 2 years ago
parent 11f6e044e4
commit e20cb79f39
  1. 2
      src/components/CardDesgin/ProcessCard/index.js

@ -26,7 +26,7 @@ const ProcessCard = ({ processes, title, hint, items, options }) => {
))}
</div>
{/* middle */}
<div className="flex flex-col p-4 my-5">
<div className="flex flex-col p-4 my-5 mr-5">
<h2 className="text-lg text-blue-800 font-sansbold">{title}</h2>
<p className="text-sm text-justify leading-6 mt-3">{hint}</p>
</div>

Loading…
Cancel
Save