}
+ mapElement={
}
/>
)
diff --git a/src/components/Map/styled.jsx b/src/components/Map/styled.jsx
index 7daa302..3a8c2ea 100644
--- a/src/components/Map/styled.jsx
+++ b/src/components/Map/styled.jsx
@@ -2,5 +2,5 @@ import styled from "styled-components";
export const MapContainer = styled.div`
width: 100vw;
- height: 100vw;
+ height: 100vh;
`;
\ No newline at end of file