diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 94eb9c2..a9d8448 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -22,5 +22,8 @@ height: 40rem; background-size: cover; } +/* 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, .title:not(:last-child) { - margin-bottom: inherit; } + margin-bottom: 0.5em; }