Center the welcoming image

This commit is contained in:
Howard Abrams 2025-09-05 20:42:53 -07:00
parent 7a898422df
commit 3f9272ff24

View file

@ -1,9 +1,9 @@
html {
background-color: #E3ECDE;
background-image: url("cozy/static/website/images/background.jpg");
background-image: url("static/website/images/background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
background-position: center center;
background-attachment: fixed;
}