diff --git a/web/templates/website/custom.css b/web/templates/website/custom.css index 55d8049..44ff25c 100644 --- a/web/templates/website/custom.css +++ b/web/templates/website/custom.css @@ -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; }