ecp.org/app/assets/stylesheets/partials/_images.scss
2023-03-14 13:14:22 -07:00

16 lines
277 B
SCSS

.bg-image {
background-repeat: no-repeat;
background-position: 0% 35%;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
height: 440px;
}
.children {
background-image: url(children.webp);
}
.choir {
background-image: url(mission/choir.webp);
}