Skip to content

Commit f4014ac

Browse files
committed
container fix
1 parent e3e69f2 commit f4014ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cards/CardList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function CardList(props) {
4242

4343
return (
4444
<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}>
45+
<StackGrid className="container p-0" {...gridSettings}>
4646
{props.cards.map ? (props.cards.map((card, index) => {
4747
return (
4848
<CardItem card={card} key={card.id} index={index} />

0 commit comments

Comments
 (0)