From e7a02104dbf760bc3e8463559eef4a1c3500d1cb Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 27 Feb 2019 09:33:12 +0100 Subject: [PATCH] fix display on mobile --- passbook/core/templates/base/skeleton.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/passbook/core/templates/base/skeleton.html b/passbook/core/templates/base/skeleton.html index 038d0a5f6..69a60d503 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 %}