More work in home

This commit is contained in:
vjrj 2017-12-11 12:30:35 +01:00
parent 9fd889f77f
commit b1c9aad0ea
12 changed files with 48 additions and 36 deletions

View file

@ -2,7 +2,7 @@
.leaflet-container {
height: 100%;
min-height: 70vh;
min-height: 60vh;
width: 100%;
min-width: 75vw;
display: flex;
@ -24,7 +24,7 @@
@media only screen and (max-width: 400px) {
.leaflet-container {
height: 500px;
height: 400px;
width: 85vw;
}
}