Skip to content

Commit

Permalink
Fix card spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 13, 2024
1 parent 65a069f commit c0d03ee
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 439 deletions.
2 changes: 1 addition & 1 deletion aries-site/src/components/cards/CardGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const CardGrid = ({ cards, headingLevel, minimal, ...rest }) => (
<Grid
columns="medium"
rows={[['auto', 'full']]}
gap="medium"
gap="large"
justify="center"
margin={{ top: 'small' }}
{...rest}
Expand Down
Loading

0 comments on commit c0d03ee

Please sign in to comment.