Skip to content

Commit

Permalink
Fix Grid spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 13, 2024
1 parent c0d03ee commit 44cf8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aries-site/src/pages/design-tokens/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Tokens = () => (
<Grid
columns="medium"
rows={[['auto', 'full']]}
gap="medium"
gap="large"
>
{type.data.map(item => (
<ContentCard
Expand Down
2 changes: 1 addition & 1 deletion aries-site/src/pages/learn/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Learn = () => (
</Heading>
<Grid
columns="medium"
gap="medium"
gap="large"
rows={[['auto', 'full']]}
>
{type.data.map(item => (
Expand Down

0 comments on commit 44cf8cc

Please sign in to comment.