mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-10 16:00:27 -07:00
23 lines
389 B
SCSS
23 lines
389 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);
|
|
}
|
|
|
|
.wave {
|
|
background-image: url(wave.webp);
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
}
|