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