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 e3e69f2 commit f4014acCopy full SHA for f4014ac
src/Cards/CardList.js
@@ -42,7 +42,7 @@ function CardList(props) {
42
43
return (
44
<div className="p-0 m-0 px-sm-1 px-md-2 px-lg-3 px-xl-4">
45
- <StackGrid className="container-fluid p-0" {...gridSettings}>
+ <StackGrid className="container p-0" {...gridSettings}>
46
{props.cards.map ? (props.cards.map((card, index) => {
47
48
<CardItem card={card} key={card.id} index={index} />
0 commit comments