Skip to content

Commit fbb269f

Browse files
committed
HomePage changes
1 parent 763f508 commit fbb269f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HomePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export default class HomePage extends React.Component {
410410
{
411411
partners.map((partner, i) =>
412412

413-
<CardView width={"1-3"} minWidth="300px" key={i} height="fit-content"
413+
<CardView width={"1-2"} minWidth="300px" key={i} height="fit-content"
414414
style={{ padding: `20px 0`}} snapAlign link={partner.link}>
415415
<Row noPadding>
416416
<ImageView width={"100px"} height={"100px"} src={partner.image} />

0 commit comments

Comments
 (0)