Files
2022_WEBSITE_jipf/srcs/plugins/map_prof/styles/mp__style.css
2022-11-14 07:01:52 +01:00

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: 500px;
}
}