diff options
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 781832609..64b3f7848 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -181,7 +181,8 @@ h1 { &#mysoc-logo { width:84px; height:16px; - background-position: -20px -5px; + background-size: 100px auto; + background-position: 0px 10px; opacity: 0.8; &:hover { opacity: 1; |