Skip to content

Commit

Permalink
grid responsive map view
Browse files Browse the repository at this point in the history
  • Loading branch information
Niotane committed Dec 20, 2020
1 parent 88551af commit 874b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Map/MapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Modal.setAppElement('#root');

const useStyles = makeStyles((theme) => ({
map: {
minHeight: '32vw',
minHeight: '450px',
},
}));
function MapView() {
Expand Down

1 comment on commit 874b3b9

@vercel
Copy link

@vercel vercel bot commented on 874b3b9 Dec 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.