diff options
Diffstat (limited to 'themes/example')
-rw-r--r-- | themes/example/core/css/server.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/example/core/css/server.css b/themes/example/core/css/server.css index a0aba8ae07a..88b2c483763 100644 --- a/themes/example/core/css/server.css +++ b/themes/example/core/css/server.css @@ -76,11 +76,10 @@ button.primary:focus, /* use logos from theme */ #header .logo { background-image: url('../img/logo.svg'); - width: 250px; - height: 121px; + width: 256px; + height: 128px; } #header .logo-icon { - background-image: url('../img/logo-icon.svg'); width: 62px; height: 34px; } |