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;