diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2022-11-10 09:10:48 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2022-12-08 09:28:25 +0100 |
commit | bba5ab0532bcf71dc421fd15efd890cd25bdc8d3 (patch) | |
tree | bac1b175cf30efee2a4fc06c2d6056a13adb068b /core/css/guest.css | |
parent | fabcd68a5e2c4909dc58d35e756acb0675e61311 (diff) | |
download | nextcloud-server-bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.tar.gz nextcloud-server-bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.zip |
Add alt to the logo, adapt css for logo
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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; |