Play with the media attributes

This commit is contained in:
Alireza Adli 2023-10-06 12:25:54 -04:00
parent 02a4430677
commit 5dd409045d

View File

@ -8,7 +8,7 @@
} }
@media (min-width: 990px) { @media (min-width: 990px) {
.map-container { .map-container {
top: 0; top: 50px;
left: 470px; left: 470px;
} }
} }