Files
estate-solutionv2/src/components/MapComponent/MapComponent.css
T
2023-03-23 17:33:12 +05:00

20 lines
280 B
CSS

.section-map {
display: flex;
flex-direction: row;
position: relative;
}
.map-container {
left: 40%;
position: absolute;
z-index: -1;
top: -100%;
}
.map-text-container {
width: 40%;
display: flex;
flex-direction: column;
gap: 32px;
}