Skip to content

Commit

Permalink
updated UI
Browse files Browse the repository at this point in the history
  • Loading branch information
yogendra-meta committed Feb 15, 2020
1 parent 400c75d commit 39f31b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Default.js
Expand Up @@ -40,13 +40,13 @@ export default function Default(props) {
<Grid
key={index}
container
// spacing={0}
spacing={0}
direction="row"
alignItems="center"
justify="center"
style={{ minHeight: "10vh", marginBottom: "30px" }}
>
<Grid item xs={10} md={6}>
<Grid >

<Card className={classes.card} raised>
<CardActionArea href={each.restaurant.url} style={{ display: 'flex' }} target="_blank">
Expand Down

0 comments on commit 39f31b5

Please sign in to comment.