Skip to content

Commit db71095

Browse files
committed
Updated schedule + sorted sizing out
1 parent fa5eaa7 commit db71095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/HomePage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ export default class HomePage extends React.Component {
239239
<TextView text="Challenges" heading="1" />
240240
{
241241
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 >
242+
<CardView width={"1-" + categories.length} minWidth="300px" key={i} height="450px" style={{ padding: `20px 0`}} snapAlign>
243+
<Row height={`450px`} noPadding >
244244
<Column width='2-3' horizontalAlignment='center' verticalAlignment='center'>
245245
<ImageView width={categoryImageSize} height={categoryImageSize} src={category.image} />
246246
<TextView text={category.title} heading={1} align='center' />

0 commit comments

Comments
 (0)