File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,14 +347,13 @@ export default class HomePage extends React.Component {
347347 </ div >
348348 </ Row >
349349
350- < Row styling = 'splash-parallax' noPadding style = { { paddingTop : `50px` } } >
351- < FocusIn className = 'animated-card' pose = { animations [ "categories" ] ? 'open' : 'closed' } style = { { marginLeft : 0 , marginRight : 0 } } >
352- < Column width = '1-1' horizontalAlignment = "center" >
350+ < Row styling = 'splash-parallax' >
351+ < Column width = '1-1' horizontalAlignment = "center" >
353352 < TextView text = "Partners" heading = "1" style = { { paddingBottom : `0` } } />
354353 {
355354 sponsors . map ( ( sponsor , i ) =>
356355
357- < CardView width = { "1-3" } minWidth = "100px" maxWidth = "100px" key = { i } height = "380px" style = { { padding : `20px 0` } } type = "transparent" snapAlign noShadow >
356+ < CardView width = { "1-3" } minWidth = "100px" maxWidth = "100px" key = { i } height = "380px" style = { { padding : `20px 0` } } snapAlign noShadow >
358357 < Row height = { `100px` } noPadding >
359358 < ImageView width = { "100px" } height = { "100px" } src = { sponsor . image } />
360359 </ Row >
@@ -363,7 +362,6 @@ export default class HomePage extends React.Component {
363362 )
364363 }
365364 </ Column >
366- </ FocusIn >
367365 </ Row >
368366
369367 < Footer />
You can’t perform that action at this time.
0 commit comments