Stack featured mentors grid
cgen-afa087780dd0431aac212adf7bd2445c
This commit is contained in:
parent
328157cadf
commit
e7a8cca978
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ export default function MentorshipPrograms() {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 max-w-4xl mx-auto">
|
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6 max-w-4xl mx-auto">
|
||||||
{mentors.map((mentor, index) => (
|
{mentors.map((mentor, index) => (
|
||||||
<Card
|
<Card
|
||||||
key={index}
|
key={index}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue