Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 138eece

Browse files
Center map on desktop
1 parent cdc44ee commit 138eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CityProfileCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class CityProfileCard extends Component {
153153
<Grid container className="cardGrid">
154154
<Grid item md={6} sm={12} xs={12} className="gridItem">
155155
<Card className={classes.root}>
156-
<div>
156+
<div style={{margin: '0 auto'}}>
157157
<CardContent style={{ padding: 0 }}>
158158
</CardContent>
159159
<CardMedia

0 commit comments

Comments
 (0)