CenterInMyPosition and refactor
This commit is contained in:
parent
93d9ca43f1
commit
3dc8edb4a8
10 changed files with 102 additions and 32 deletions
15
imports/ui/components/SelectionMap/SelectionMap.scss
Normal file
15
imports/ui/components/SelectionMap/SelectionMap.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.leaflet-container {
|
||||
height: 100%;
|
||||
min-height: 60vh;
|
||||
width: 100%;
|
||||
min-width: 75vw;
|
||||
display: flex;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
.leaflet-container {
|
||||
height: 400px;
|
||||
width: 85vw;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue