23 lines
259 B
CSS
23 lines
259 B
CSS
|
|
@import "mp_info_windows.css";
|
|
@import "mp_zoom.css";
|
|
@import "mp_filters.css";
|
|
|
|
#ljdp_map_wrapper {
|
|
position: relative;
|
|
}
|
|
|
|
#ljdp_map {
|
|
height: 600px;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
#ljdp_map {
|
|
height: 400px;
|
|
}
|
|
}
|
|
|
|
|