Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag270102 committed Dec 18, 2023
1 parent adbc5ff commit 0f63633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/ProjectCard/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const ProjectCard = (props) => {
/>
<div className="info font-sen p-3 text-white text-left ">
<h2 className='font-sen font-bold text-left'>TECHNOLOGIES</h2>
<ul className='mt-2'>
<ul className='mt-2 overflow-scroll'>
<li>
{
props.tech.map((item,index)=><li key={index}>{item}</li>)
Expand Down

0 comments on commit 0f63633

Please sign in to comment.