From 697fd755775a01de44541e2ab1be6b55aedfd26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 31 Jul 2019 19:40:22 -0400 Subject: [PATCH] Get rid of standard block margin on branding block --- web/themes/custom/geofresco/src/global/_base.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/_base.scss b/web/themes/custom/geofresco/src/global/_base.scss index a45a840..7ac1716 100644 --- a/web/themes/custom/geofresco/src/global/_base.scss +++ b/web/themes/custom/geofresco/src/global/_base.scss @@ -31,6 +31,10 @@ height: 1rem; } +.block-geofresco-branding { + margin-bottom: 0; +} + // Prevent images from being larger than their Drupal-set size .image.no-upscale img { width: intrinsic; /* Safari/WebKit uses a non-standard name */