diff options
Diffstat (limited to 'core/css/guest.scss')
-rw-r--r-- | core/css/guest.scss | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/core/css/guest.scss b/core/css/guest.scss index 25c0a6f16ec..f917105d268 100644 --- a/core/css/guest.scss +++ b/core/css/guest.scss @@ -91,17 +91,15 @@ body { #header { .logo { - max-width: 175px; - width: auto; - max-height: 130px; + background-image: var(--image-logo, url('../../core/img/logo/logo.svg')); + background-repeat: no-repeat; + background-size: contain; + background-position: center; + width: 175px; + height: 130px; margin: 0 auto; position: relative; left: unset; - img { - opacity: 0; - max-width: 100%; - max-height: 200px; - } } } |