diff --git a/core/css/header.css b/core/css/header.css index 36fe57bdc85..90ed6f1387e 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -42,8 +42,7 @@ } #header .logo { - background-image: url(../img/logo.svg); - background-repeat: no-repeat; + background: url(../img/logo.svg) no-repeat center; width: 252px; height: 120px; margin: 0 auto; diff --git a/core/css/styles.css b/core/css/styles.css index 2f8f9612f78..d165050d7cb 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -678,7 +678,6 @@ label.infield { #body-login .wrapper { min-height: 100%; margin: 0 auto -70px; - width: 300px; } #body-login footer, #body-login .push { height: 70px;