mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-14 09:45:56 -07:00
16 lines
277 B
SCSS
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);
|
|
}
|