diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 9bcac17..ca97743 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8211,3 +8211,7 @@ label.panel-block { position: relative; overflow: visible; z-index: 10; } + +/* If there's no featured image, leave enough blank space for the dropping down title. */ +.content.no-featured-image { + margin-top: 4rem; }