From e5de51f8fad0b780cb0298dbd6e72e4d6cc3465c Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 3 May 2024 18:06:07 -0500 Subject: [PATCH] Make custom background better --- templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/base.html b/templates/base.html index cf600d7..447f342 100644 --- a/templates/base.html +++ b/templates/base.html @@ -90,6 +90,10 @@ @media(min-width: 800px) { #page-container { background: {{request.profile.css_background|safe}}; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; } }