Skip to content

Commit

Permalink
chore: make tool examples responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Jun 25, 2024
1 parent dccfe16 commit 84b6efc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
31 changes: 13 additions & 18 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/examples/Examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 84b6efc

Please sign in to comment.