diff --git a/passbook/core/templates/base/skeleton.html b/passbook/core/templates/base/skeleton.html index 038d0a5f64..69a60d503b 100644 --- a/passbook/core/templates/base/skeleton.html +++ b/passbook/core/templates/base/skeleton.html @@ -6,6 +6,7 @@ + {% block title %} {% title %} @@ -19,6 +20,7 @@ .login-pf { background-attachment: fixed; scroll-behavior: smooth; + background-size: cover; } </style> {% block head %}