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 2389314 commit 47fa758
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 @@ -27,7 +27,7 @@ const ProjectCard = (props) => {
/>
<div className="info font-sen text-white text-left ">
<h2 className='font-sen font-bold text-left'>TECHNOLOGIES</h2>
<ul className=' overflow-scroll scroll-smooth pl-2 overflow-y-auto overflow-x-hidden [&::-webkit-scrollbar]:w-[1px] [&::-webkit-scrollbar-track]:rounded-full [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-[#cecece]'>
<ul className=' overflow-scroll scroll-smooth pl-2 overflow-y-scroll overflow-x-hidden [&::-webkit-scrollbar]:w-[1px] [&::-webkit-scrollbar-track]:rounded-full [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-[#cecece]'>
<li>
{
props.tech.map((item,index)=><li key={index}>{item}</li>)
Expand Down

0 comments on commit 47fa758

Please sign in to comment.