fix display on mobile
This commit is contained in:
parent
556740d7bc
commit
e7a02104db
|
@ -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 %}
|
||||||
|
|
Reference in New Issue