We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3092561 commit 0e61d5fCopy full SHA for 0e61d5f
src/pages/docs/gap.mdx
@@ -40,7 +40,7 @@ Use `gap-{size}` to change the gap between both rows and columns in grid and fle
40
41
### Changing row and column gaps independently
42
43
-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.
44
45
```html {{ example: true }}
46
<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">
0 commit comments