diff options
-rw-r--r-- | core/css/header.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 5630f96953f..369750251c4 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -70,8 +70,10 @@ } #header .logo { - background-image: url(../img/logo.svg); + background-image: url(../img/logo-icon.svg); background-repeat: no-repeat; + background-size: 175px; + background-position: center 30px; width: 252px; height: 120px; margin: 0 auto; |