Commit dead429c by Manivasagam S

classname added

parent 8f065194
......@@ -11,7 +11,7 @@ const Card = ({title,desc,logo,image,i}) => {
<hr/>
<h5>{desc}</h5>
</div>
<div><img src={image} alt="*logo1" /></div>
<div className="img-container"><img src={image} alt="*logo1" /></div>
</div>
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment