From 661127438152509406ab5ece03d1794a6f5951f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 12:44:07 -0400 Subject: [PATCH] Try to get damn Bulma to stop screwing with title margin bottoms --- web/themes/custom/geofresco/src/global/overrides.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; +}