diff options
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/core/css/header.css b/core/css/header.css index d04895d27cf..d2645c6a7d5 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -34,7 +34,7 @@ position: absolute; top: 0; left: 0; - padding: 6px; + padding: 5px; padding-bottom: 0; height: 45px; /* header height */ -moz-box-sizing: border-box; @@ -44,16 +44,16 @@ #header .logo { background-image: url(../img/logo.svg); background-repeat: no-repeat; - width: 250px; - height: 118px; + width: 252px; + height: 120px; margin: 0 auto; } #header .logo-wide { background-image: url(../img/logo-wide.svg); background-repeat: no-repeat; - width: 147px; - height: 32px; + width: 150px; + height: 34px; } #header .logo-icon { @@ -61,8 +61,8 @@ display: inline-block; background-image: url(../img/logo-icon.svg); background-repeat: no-repeat; - width: 60px; - height: 32px; + width: 62px; + height: 34px; } #header .menutoggle { |