Fix Google Static Map API max height

This commit is contained in:
Vesa Luusua 2018-07-19 17:16:07 +03:00
parent 4282ad693c
commit 5a920359c4

View file

@ -531,8 +531,9 @@
height: calc(100vh - 193px);
width: 100%;
/* Static map: max-width is 640px */
/* Static map: dimensions are 640px */
max-width: 640px;
max-height: 640px;
background-color: #eee;
@media (--viewportMedium) {