Skip to content

Commit

Permalink
fix : word order (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
heygsc authored Dec 29, 2023
1 parent 3092561 commit 0e61d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/gap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Use `gap-{size}` to change the gap between both rows and columns in grid and fle

### Changing row and column gaps independently

Use `gap-x-{size}` and `gap-y-{size}` to change the gap between rows and columns independently.
Use `gap-x-{size}` and `gap-y-{size}` to change the gap between columns and rows independently.

```html {{ example: true }}
<div class="grid grid-cols-3 gap-x-8 gap-y-4 font-mono text-white text-sm text-center font-bold leading-6 bg-stripes-sky rounded-lg">
Expand Down

1 comment on commit 0e61d5f

@vercel
Copy link

@vercel vercel bot commented on 0e61d5f Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.