Skip to content

Commit

Permalink
design resources cards
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Dec 31, 2024
1 parent 868e92d commit ac2c9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/MaterialUIDesignResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function MaterialUIDesignResources() {
return (
<Grid container spacing={2}>
{content.map(({ svg, title, link }) => (
<Grid key={title} size={{ xs: 12, sm: 4 }}>
<Grid key={title} size={{ xs: 12, sm: 6 }}>
<InfoCard classNameTitle="algolia-lvl3" link={link} title={title} svg={svg} />
</Grid>
))}
Expand Down

0 comments on commit ac2c9f3

Please sign in to comment.