Skip to content

Commit

Permalink
fix: reduce pill height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolfart committed Oct 14, 2024
1 parent 78d1c83 commit ee01c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-techs/tech-mobile-pill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const MobileTechPill = ({ tech, years, proficiency }: Props) => {

return (
<span
className="bg-copy rounded-xl text-background p-4 text-sm font-semibold flex flex-row gap-4 justify-between h-[5.5rem]"
className="bg-copy rounded-xl text-background p-4 text-sm font-semibold flex flex-row gap-4 justify-between h-[5rem]"
tabIndex={0}
>
<p className="flex-grow">{tech}</p>
Expand Down

0 comments on commit ee01c0c

Please sign in to comment.