mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-23 22:59:23 +00:00
Cleanup templates for mobiles/tablets.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user