From 3f9272ff243741a0a0b02e3589794e23fe686b5c Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 5 Sep 2025 20:42:53 -0700 Subject: [PATCH] Center the welcoming image --- web/templates/website/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }