File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,10 +337,12 @@ export default class HomePage extends React.Component {
337337 < MapFragment locations = { locations } />
338338 </ Column >
339339 < Column width = '1-3' style = { { "display" : "inline-block" , "float" : "left" } } >
340- < Row height = "500px" noPadding styling = "secondary" >
341- < Column width = '2-3' horizontalAlignment = 'center' verticalAlignment = 'center' >
342- < TextView text = "Location:" heading = { 1 } align = { 'center' } />
343- < TextView text = "South Cloisters" heading = { 1 } align = { 'center' } />
340+ < Row height = "500px" noPadding styling = "transparent" >
341+ < Column width = '1-1' horizontalAlignment = 'center' verticalAlignment = 'center' >
342+ < CardView width = { "1-1" } height = "fit-content" style = { { padding : `20px 0` } } >
343+ < TextView text = "Location:" heading = { 1 } align = { 'center' } />
344+ < TextView text = "South Cloisters" heading = { 1 } align = { 'center' } />
345+ </ CardView >
344346 </ Column >
345347 </ Row >
346348 </ Column >
You can’t perform that action at this time.
0 commit comments