From b9d18fd968cf80e3161461220af72ae84b4566ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 31 Aug 2019 09:09:24 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }