diff --git a/app/assets/stylesheets/partials/_images.scss b/app/assets/stylesheets/partials/_images.scss index 2359780..52f3285 100644 --- a/app/assets/stylesheets/partials/_images.scss +++ b/app/assets/stylesheets/partials/_images.scss @@ -1,5 +1,4 @@ -.children { - background-image: url(children.webp); +.bg-image { background-repeat: no-repeat; background-position: 0% 35%; background-size: cover; @@ -7,3 +6,11 @@ padding-bottom: 50px; height: 440px; } + +.children { + background-image: url(children.webp); +} + +.choir { + background-image: url(mission/choir.webp); +}