Smaller iframe min-width for screen < 480px
This commit is contained in:
parent
d0ce5f68cd
commit
d8a1592fcf
1 changed files with 3 additions and 0 deletions
|
@ -1456,6 +1456,9 @@ a.add-datalayer:hover,
|
||||||
.umap-permanent-credits-container {
|
.umap-permanent-credits-container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
.umap-popup-large iframe {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ****** */
|
/* ****** */
|
||||||
|
|
Loading…
Reference in a new issue