GoogleMap.css 141 B

123456789101112
  1. .marker {
  2. height: 30px;
  3. width: 20px;
  4. position: absolute;
  5. bottom: 0px;
  6. left: -10px;
  7. }
  8. .GoogleMap {
  9. width: 100%;
  10. height: 350px;
  11. }