We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5eaa7 commit db71095Copy full SHA for db71095
1 file changed
src/components/HomePage.jsx
@@ -239,8 +239,8 @@ export default class HomePage extends React.Component {
239
<TextView text="Challenges" heading="1" />
240
{
241
categories.map((category, i) =>
242
- <CardView width={"1-" + categories.length} minWidth="300px" key={i} height="420px" style={{ padding: `20px 0`}} snapAlign>
243
- <Row height={`420px`} noPadding >
+ <CardView width={"1-" + categories.length} minWidth="300px" key={i} height="450px" style={{ padding: `20px 0`}} snapAlign>
+ <Row height={`450px`} noPadding >
244
<Column width='2-3' horizontalAlignment='center' verticalAlignment='center'>
245
<ImageView width={categoryImageSize} height={categoryImageSize} src={category.image} />
246
<TextView text={category.title} heading={1} align='center' />
0 commit comments