mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Fix Google Static Map API max height
This commit is contained in:
parent
4282ad693c
commit
5a920359c4
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue