diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index 7850e82..4f6639c 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -41,3 +41,8 @@ font-size: 1.2rem; } } + +/* Give some space above the subtitle. */ +.featured-image { + margin-bottom: 0.5rem; +}