diff options
Diffstat (limited to 'core')
-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 91c6639deec..6078008f91f 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -71,7 +71,7 @@ background-image: url('../img/logo-icon.svg'); background-repeat: no-repeat; background-size: 175px; - background-position: center 30px; + background-position: center; width: 252px; height: 120px; margin: 0 auto; @@ -82,6 +82,7 @@ display: inline-block; background-image: url('../img/logo-icon.svg'); background-repeat: no-repeat; + background-position: center center; width: 62px; height: 34px; } |