diff options
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 50d270a6ff9..ed023fe36d2 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -114,6 +114,7 @@ background-image: url($image-logo); background-repeat: no-repeat; background-position: center center; + background-size: contain; width: 62px; height: 34px; } @@ -538,4 +539,4 @@ nav { li.hidden { display: none; } -}
\ No newline at end of file +} |