Skip to content

Commit 03f25b1

Browse files
committed
Make Cards in Card List spread over small screens
1 parent 8b2256e commit 03f25b1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demo/generated/demo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-ui-org/react-ui",
3-
"version": "0.23.1",
3+
"version": "0.23.2",
44
"license": "MIT",
55
"main": "dist/lib.js",
66
"repository": {

src/lib/components/layout/CardList/CardList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
grid-gap: $card-list-grid-gap;
1111
margin-bottom: offset(4);
1212

13-
@include breakpoint-up(xs) {
13+
@include breakpoint-up(sm) {
1414
grid-template-columns: repeat(auto-fit, minmax($card-list-card-min-width, $card-list-card-max-width));
1515
justify-content: start;
1616
}

0 commit comments

Comments
 (0)