first commit

This commit is contained in:
DmitriyB
2023-03-23 17:33:12 +05:00
parent 10fc36c7ee
commit 44ab11085a
63 changed files with 4168 additions and 21 deletions
@@ -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;
}