diff --git a/templates/common/sftpgo.css b/templates/common/sftpgo.css index f15d2a7a..d6725b8d 100644 --- a/templates/common/sftpgo.css +++ b/templates/common/sftpgo.css @@ -45,10 +45,10 @@ } .bg-login-image { - background-image: url('{{.StaticURL}}{{.Branding.LoginImagePath}}'); + background: url('{{.StaticURL}}{{.Branding.LoginImagePath}}'); background-size: contain; background-repeat: no-repeat; - padding: 1em; + background-position: center; } .row.login-image {