infowindow style okish

This commit is contained in:
lenovo
2022-11-14 07:01:52 +01:00
parent afcaec9a1f
commit e0c1b4118e
5 changed files with 158 additions and 43 deletions

View File

@@ -8,12 +8,15 @@
}
#ljdp_map {
height: 500px;
height: 600px;
width: 100%;
}
#temoin {
color: blue;
@media only screen and (max-width: 700px) {
#ljdp_map {
height: 500px;
}
}