Skip to content

Commit

Permalink
fixed card's tags size
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal committed Mar 6, 2023
1 parent 5a55282 commit 659d7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ const ProjectCard = ({ gh, name, link, title, description, tech }) => {
alt={`${gh}'s github profile`}
/>
</div>
<p className="mt-1 text-gray-500 dark:text-gray-500 flex flex-row overflow-auto">
<p className="mt-1 text-gray-500 dark:text-gray-500 flex gap-1 flex-row overflow-auto">
{tech.map((tag, i) => (
<p
className="bg-green-400 rounded-full text-black pl-[.8rem] pr-[.8rem] m-[.2rem] xl:text-[1rem] md:text-[0.8rem]"
className="bg-green-400 rounded-full text-black pl-[.5rem] pr-[.5rem] text-[.8rem]"
key={i}
>
{tag}
Expand Down

1 comment on commit 659d7bf

@vercel
Copy link

@vercel vercel bot commented on 659d7bf Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut-priyankarpal.vercel.app
projectshut.vercel.app
projectshut-git-main-priyankarpal.vercel.app

Please sign in to comment.