diff options
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 0223f5f18b9..f83ef451ce6 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -42,7 +42,8 @@ } #header .logo { - background: url(../img/logo.svg) no-repeat center; + background-image: url(../img/logo.svg); + background-repeat: no-repeat; width: 252px; height: 120px; margin: 0 auto; |