chore: make tool examples responsive

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-26 00:49:26 +01:00
parent dccfe16435
commit 84b6efccd0
2 changed files with 14 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ export default function Examples({
<Stack direction={'row'} alignItems={'center'} spacing={2}>
<Grid container spacing={2}>
{exampleCards.map((card, index) => (
<Grid item xs={4} key={index}>
<Grid item xs={12} md={6} lg={4} key={index}>
<ExampleCard
title={card.title}
description={card.description}