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; } }