From bd26b9abc32fbc97098b12cb6564046efb935545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 12:48:07 -0400 Subject: [PATCH] Try again in a way that sort of works, but not really --- web/themes/custom/geofresco/src/global/overrides.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/src/global/overrides.scss b/web/themes/custom/geofresco/src/global/overrides.scss index 9916ab0..b4a037c 100644 --- a/web/themes/custom/geofresco/src/global/overrides.scss +++ b/web/themes/custom/geofresco/src/global/overrides.scss @@ -33,5 +33,5 @@ } .title:not(:last-child) { - margin-bottom: inherit; + margin-bottom: initial; }