Skip to content

Commit d2c9b67

Browse files
committed
docs: grid-gap for cards on mobile smaller
1 parent 6a98aff commit d2c9b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/components/cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const gridStyles = (columns = 2) => {
66
listStyle: 'none',
77
display: 'grid',
88
gridTemplateColumns: ['auto', null, `repeat(${columns}, 1fr)`],
9-
gridGap: 4,
9+
gridGap: [2, null, 4],
1010
p: 0
1111
}
1212
}

0 commit comments

Comments
 (0)