fix display on mobile

This commit is contained in:
Jens Langhammer 2019-02-27 09:33:12 +01:00
parent 556740d7bc
commit e7a02104db
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
{% block title %}
{% title %}
@ -19,6 +20,7 @@
.login-pf {
background-attachment: fixed;
scroll-behavior: smooth;
background-size: cover;
}
</style>
{% block head %}