Cleanup templates for mobiles/tablets.

This commit is contained in:
2013-04-13 11:30:55 +01:00
parent a1b7a7a511
commit 7a3d8ff734
2 changed files with 39 additions and 17 deletions

View File

@@ -12,6 +12,16 @@
width: 100%;
height: 600px;
}
@media (max-width: 767px) {
#map-canvas-stores {
height: 500px;
}
}
@media (max-width: 767px) {
#map-canvas-stores {
height: 400px;
}
}
</style>
{% endblock %}