Ensure iframes (which include PDF previews) aren't ridiculously short
and create a new Content styles section while we're at it.
This commit is contained in:
parent
41457c3a00
commit
d2c6f994ca
2 changed files with 11 additions and 0 deletions
10
web/themes/custom/geofresco/src/global/_content.scss
Normal file
10
web/themes/custom/geofresco/src/global/_content.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Styles related to contributor-added content on the site, such as embedded
|
||||
* media.
|
||||
*/
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 36vw;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue