Remove bottom whitespace coming from a margin rule

Sneak in an opacity rule change that should have been in the last commit
This commit is contained in:
lelkneralfaro 2024-03-13 10:41:59 -07:00 committed by Keegan Rankin
parent 5a7ad5e981
commit 01d6a028ed
2 changed files with 7 additions and 1 deletions

View file

@ -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) {

View file

@ -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;