lumeweb.com/src/components/Donate/How/How.scss

33 lines
664 B
SCSS

@import "/src/styles/mixins.scss";
@import "/src/styles/vars.scss";
#how {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 8em;
@include fluid-padding-lr;
padding-top: 14em;
padding-bottom: 16em;
&::before {
background-image: url("/src/assets/donate-gfx-right.png");
background-position: 85% 100%;
background-repeat: no-repeat;
background-size: contain;
}
.feature-group {
max-width: 64em;
}
@media screen and (max-width: 80rem) {
p {
background: rgba($color-blue-charcoal, 0.65);
border-radius: 0.5em;
padding: 0.3em 0.5em;
margin: -0.3em -0.5em;
}
}
}