mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
less map width on small devices
This commit is contained in:
parent
4d0c9b72cc
commit
6263cedc37
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@
|
||||||
#slider {
|
#slider {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
#map {
|
||||||
|
width: 90%;
|
||||||
|
margin: 0 auto;
|
||||||
|
height: 90vh;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue