From 8d102a8d1efaa7287f6dec97aa88d345da32ec7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 10 Oct 2019 01:17:37 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index ef2ed47..bb435f1 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8280,6 +8280,15 @@ label.panel-block { .node--type-people.node--view-mode-teaser { margin-bottom: 1rem; } +/** + * Styles related to contributor-added content on the site, such as embedded + * media. + */ +iframe { + width: 100%; + height: 100%; + min-height: 36vw; } + /* All classes that are mostly about adding color. */ .background-replacement-for-no-image { background-color: cadetblue; }