diff options
Diffstat (limited to 'core/css/guest.css')
-rw-r--r-- | core/css/guest.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 26a82b4d53d..bfd13ef98b9 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -82,12 +82,9 @@ body { } #header .logo { - 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; + max-width: 175px; + width: auto; + max-height: 130px; margin: 0 auto; position: relative; left: unset; |