Add wave image to home page

This commit is contained in:
rebuilt 2023-04-04 15:46:57 -07:00
parent 55adf6cb63
commit d4636bda08
5 changed files with 990 additions and 968 deletions

View file

@ -14,3 +14,10 @@
.choir {
background-image: url(mission/choir.webp);
}
.wave {
background-image: url(wave.webp);
background-repeat: no-repeat;
background-size: 100% 100%;
}