2023-05-30 22:08:42 +00:00
|
|
|
@import "../../../styles/mixins.scss";
|
2023-05-31 22:30:45 +00:00
|
|
|
@import "../../../styles/vars.scss";
|
2023-05-30 22:08:42 +00:00
|
|
|
|
2023-06-01 22:15:49 +00:00
|
|
|
#how {
|
2023-05-30 22:08:42 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 4em;
|
|
|
|
@include fluid-padding-lr;
|
|
|
|
padding-top: 7em;
|
|
|
|
padding-bottom: 7em;
|
|
|
|
@include fluid-font-size(1.3125rem);
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
background-image: url("../../../src/assets/donate-gfx-right.png");
|
|
|
|
background-position: 85% 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div {
|
|
|
|
max-width: 29em;
|
|
|
|
}
|
|
|
|
|
2023-05-31 22:30:45 +00:00
|
|
|
@media screen and (max-width: 80rem) {
|
2023-05-30 22:08:42 +00:00
|
|
|
p {
|
2023-05-31 22:30:45 +00:00
|
|
|
background: rgba($color-blue-charcoal, 0.65);
|
2023-05-30 22:08:42 +00:00
|
|
|
border-radius: 0.5em;
|
|
|
|
padding: 0.3em 0.5em;
|
|
|
|
margin: -0.3em -0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|