mv map_prof plugin inside plugins container

This commit is contained in:
asus
2024-02-06 15:47:28 +01:00
parent d8c03f1c59
commit 1b837f8f92
35 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
@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;
}
}