Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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