23 lines
330 B
SCSS
23 lines
330 B
SCSS
.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;
|
|
}
|
|
}
|
|
|
|
.dist-slider {
|
|
margin: 0px 10px 30px 10px;
|
|
}
|
|
|
|
.center-in-my-pos {
|
|
margin: 10px;
|
|
}
|