diff options
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/header.css b/core/css/header.css index d2645c6a7d5..e0080f55206 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; |