Commit 97adeebd by Manivasagam S

new change

parent 5f7ffb76
...@@ -9,7 +9,7 @@ const Card = ({title,desc,logo,image,i}) => { ...@@ -9,7 +9,7 @@ const Card = ({title,desc,logo,image,i}) => {
</div> </div>
<h4>{title}</h4> <h4>{title}</h4>
<hr/> <hr/>
<h4>{desc}</h4> <h5>{desc}</h5>
</div> </div>
<div><img src={image} alt="*logo1" /></div> <div><img src={image} alt="*logo1" /></div>
</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