Skip to content

Commit

Permalink
Make Cards in Card List spread over small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Dec 8, 2019
1 parent 8b2256e commit 03f25b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/generated/demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-ui-org/react-ui",
"version": "0.23.1",
"version": "0.23.2",
"license": "MIT",
"main": "dist/lib.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/layout/CardList/CardList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
grid-gap: $card-list-grid-gap;
margin-bottom: offset(4);

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

0 comments on commit 03f25b1

Please sign in to comment.