From 055559e0f1d309d2bb010859afdc2f96878ef6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 21:07:30 -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 b3fdf6d..7e0b72c 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -3092,6 +3092,10 @@ a.tag:hover { .drum { margin-bottom: 1.2rem; } +/* Remove empty gap from featured homepage image, to match look of content. */ +.block--highlighted { + margin-top: -1.5rem; } + /* I know this is wrong but it seems to work flawlessly across sizes. */ .more-link { float: right; }