diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index d05cc9e..f3a9145 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -39,10 +39,21 @@ } } +/* On content listing pages (e.g. card view mode). */ .background-replacement-for-no-image { height: 10rem; background-color: cadetblue; } +/* On full content pages. */ +.featured-image .background-replacement-for-no-image { + height: 12rem; + @include from($desktop) { + height: 14rem; + } + @include from($widescreen) { + height: 16rem; + } +} // Gleanings don't have the same faux-image structure (because they'll never // have a featured image) but we still want the title to look about the same.