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 6a98aff commit d2c9b67Copy full SHA for d2c9b67
www/src/components/cards.js
@@ -6,7 +6,7 @@ const gridStyles = (columns = 2) => {
6
listStyle: 'none',
7
display: 'grid',
8
gridTemplateColumns: ['auto', null, `repeat(${columns}, 1fr)`],
9
- gridGap: 4,
+ gridGap: [2, null, 4],
10
p: 0
11
}
12
0 commit comments