Stack testimonials grid
cgen-9bc39b6c7ed4427da102998305ddb7ec
This commit is contained in:
parent
e7a8cca978
commit
7e2bfd679d
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ export default function MentorshipPrograms() {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6 max-w-6xl mx-auto">
|
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 max-w-6xl mx-auto">
|
||||||
{testimonials.map((testimonial, index) => (
|
{testimonials.map((testimonial, index) => (
|
||||||
<Card
|
<Card
|
||||||
key={index}
|
key={index}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue