We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95a6ebb + 479ece1 commit 33f138bCopy full SHA for 33f138b
1 file changed
src/components/Team.js
@@ -49,7 +49,7 @@ export const TeamMember = ({ src, name }) => {
49
<AiOutlineGithub fontSize="2rem" />
50
<h2 className="pl-2 py-8 text-md xl:text-xl">Contributors:</h2>{" "}
51
</div>
52
- <ul className="grid grid-cols-6 gap-4 pl-4">
+ <ul className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-6 gap-4 pl-4">
53
{uniqueContributorsArray.map((contributor, index) => (
54
<li key={index}>
55
<a target="_blank" href={contributor.url}>
0 commit comments