Skip to content

Commit

Permalink
Merge pull request #176 from mdrianislam0or1/fix/#172
Browse files Browse the repository at this point in the history
Fix/#172
  • Loading branch information
arodriguezl9302 authored Jul 12, 2022
2 parents 9cabb61 + c6b99ab commit a73167e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/Map/index.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
import React from 'react'
import styled from '@emotion/styled'
import PropTypes from 'prop-types'
import GoogleMapReact from 'google-map-react'

import PropTypes from 'prop-types'
import React from 'react'
import Marker from '../Marker'


const Wrapper = styled.main`
min-height: 356px;
max-height: auto;
max-width: var(--max-width);
display: flex;
flex-direction: row;
flex: 1;
margin: 30px auto;
margin: 0px auto;
justify-content: center;
opacity: 65%;
color: #c4c4c4;
@media (min-width: 1025px) {
width: 70vw;
Expand Down

0 comments on commit a73167e

Please sign in to comment.