20 lines
280 B
CSS
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;
|
|
} |