From d03e5b65a96f46855b1035e402e2c7377493f267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 31 Jul 2019 19:40:54 -0400 Subject: [PATCH] Commit styled CSS --- web/themes/custom/geofresco/dist/css/global.css | 3 +++ web/themes/custom/geofresco/dist/css/overrides.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index f926b69..91a7014 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -1257,6 +1257,9 @@ a.has-text-danger:hover, a.has-text-danger:focus { overflow: visible; height: 1rem; } +.block-geofresco-branding { + margin-bottom: 0; } + .image.no-upscale img { width: intrinsic; /* Safari/WebKit uses a non-standard name */ diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index ff6fadf..9cfef7f 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -4,6 +4,9 @@ .navbar > .container > .navbar-menu { margin-right: inherit; } +.block-system-branding-block > figure { + margin-right: inherit; } + /* .section { padding-top: 1.5rem;