Skip to content

Commit 17edcf3

Browse files
committed
Removed green from map and replaced with a card
1 parent 555c2eb commit 17edcf3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/components/HomePage.jsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)