Fix center position for login background to center

This commit is contained in:
Silversthorn 2023-01-18 22:16:51 +01:00
parent 71c5d46296
commit c0fff12f39

View File

@ -26,6 +26,7 @@
background: url("../../static/assets/images/auth/{{data['background']}}"),
url("../../static/assets/images/auth/login-1.jpg");
background-size: cover;
background-position: center;
}
</style>