diff --git a/web/themes/custom/geofresco/src/global/overrides.scss b/web/themes/custom/geofresco/src/global/overrides.scss index 7abc1c2..9916ab0 100644 --- a/web/themes/custom/geofresco/src/global/overrides.scss +++ b/web/themes/custom/geofresco/src/global/overrides.scss @@ -31,3 +31,7 @@ height: 40rem; background-size: cover; } + +.title:not(:last-child) { + margin-bottom: inherit; +}