diff --git a/web/themes/custom/geofresco/src/global/overrides.scss b/web/themes/custom/geofresco/src/global/overrides.scss index a70e8a5..d4dee36 100644 --- a/web/themes/custom/geofresco/src/global/overrides.scss +++ b/web/themes/custom/geofresco/src/global/overrides.scss @@ -35,6 +35,8 @@ /* The not last child stuff is needed to prevent some crazy Bulma rule that sets a margin of 1.5rem on bloody everything not last child. */ .title, +.subtitle, +.subtitle:not(:last-child), .title:not(:last-child) { margin-bottom: 0.5em; }