This commit is contained in:
Alireza Adli 2023-10-19 14:56:16 -04:00
parent 0ce9f983c4
commit 9b96c2112f

View File

@ -1,5 +1,5 @@
.map-container {
position: relative;
position: absolute;
top: 76px; /* sync with header positioning*/
bottom: 0;
left: 0;
@ -7,7 +7,6 @@
}
@media (min-width: 990px) {
.map-container {
position: relative;
top: 0;
left: 220px;
}