rf-web/_sass/pages/donate.scss
2020-09-05 16:12:50 +02:00

19 lines
283 B
SCSS

#page-donate {
.content p:last-of-type {
margin-top: 24px;
}
.donate-button {
display: flex;
justify-content: center;
img {
filter: hue-rotate(-25deg) drop-shadow(0px 1px 0px var(--colour-highlight));
}
}
.content h2 {
margin-top: 0;
}
}