From 35a9c22fd41de0e1e15a1cd4f42d11950d39bcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 19:15:58 -0400 Subject: [PATCH] Stop excessive space under subtitles also --- web/themes/custom/geofresco/src/global/overrides.scss | 2 ++ 1 file changed, 2 insertions(+) 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; }