first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user