From bdd8a25b438715a67043ab22c59463aa175101f9 Mon Sep 17 00:00:00 2001 From: lelkneralfaro Date: Wed, 13 Mar 2024 10:41:59 -0700 Subject: [PATCH] Remove bottom whitespace coming from a margin rule Sneak in an opacity rule change that should have been in the last commit --- web/themes/custom/geofresco/dist/css/global.css | 5 ++++- web/themes/custom/geofresco/src/global/_components.scss | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 12b8871..e0a0efd 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -5302,6 +5302,9 @@ label.panel-block { .featured-image figure.image { max-height: 36rem; } } /* Hero image in hero block */ +.footer .paragraph { + margin-bottom: 0; } + .footer .has-background-image.hero.is-medium { background-color: black; width: 100vw; @@ -5315,7 +5318,7 @@ label.panel-block { .footer .has-background-image.hero.is-medium { height: 400px; } } .footer .has-background-image.hero.is-medium img { - opacity: .9; } + opacity: .7; } .footer .has-background-image.hero.is-medium .hero-body { padding: 3rem 1.5rem; } @media screen and (min-width: 769px) { diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index b1d47d7..38d75bd 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -38,6 +38,9 @@ /* Hero image in hero block */ .footer { + .paragraph { + margin-bottom: 0; + } .has-background-image.hero.is-medium { background-color: black; width: 100vw;