diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 113af32..d4ecc1c 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8279,10 +8279,21 @@ label.panel-block { overflow: visible; z-index: 10; } +/* On content listing pages (e.g. card view mode). */ .background-replacement-for-no-image { - height: 12rem; + height: 10rem; background-color: cadetblue; } +/* On full content pages. */ +.featured-image .background-replacement-for-no-image { + height: 12rem; } + @media screen and (min-width: 1024px) { + .featured-image .background-replacement-for-no-image { + height: 14rem; } } + @media screen and (min-width: 1216px) { + .featured-image .background-replacement-for-no-image { + height: 16rem; } } + .page--content-item--gleaning .page-title { background-color: #ffdd57; }