diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index a79c469..89a18f2 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -59,6 +59,11 @@ 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;