We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763f508 commit fbb269fCopy full SHA for fbb269f
1 file changed
src/components/HomePage.jsx
@@ -410,7 +410,7 @@ export default class HomePage extends React.Component {
410
{
411
partners.map((partner, i) =>
412
413
- <CardView width={"1-3"} minWidth="300px" key={i} height="fit-content"
+ <CardView width={"1-2"} minWidth="300px" key={i} height="fit-content"
414
style={{ padding: `20px 0`}} snapAlign link={partner.link}>
415
<Row noPadding>
416
<ImageView width={"100px"} height={"100px"} src={partner.image} />
0 commit comments