Skip to content

Commit

Permalink
change Team tailwind grid to 2 for developers
Browse files Browse the repository at this point in the history
  • Loading branch information
dterceroparker committed Oct 13, 2024
1 parent 1adccb5 commit 3128583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function Team() {
<span className="text-lg mt-2">View CollabShop on GitHub</span>
</a>
</div>
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 justify-items-center">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-8 justify-items-center">
{developers.map((dev, index) => (
<div
key={index}
Expand Down

0 comments on commit 3128583

Please sign in to comment.