diff options
author | Marin Treselj <marin.treselj@forlagshuset.no> | 2017-06-30 13:27:33 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-07-02 14:15:09 +0200 |
commit | 02dd7f59655cd54daff06511b87134fe6018bfae (patch) | |
tree | 5984cd94688e853aeaad76585ea18fa7675564a0 /core/css/guest.css | |
parent | 3470d0a44ea2b7a477af407b3d9abee81de071e3 (diff) | |
download | nextcloud-server-02dd7f59655cd54daff06511b87134fe6018bfae.tar.gz nextcloud-server-02dd7f59655cd54daff06511b87134fe6018bfae.zip |
Revert background-size as requested, issue will be fixed separately
Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r-- | core/css/guest.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 0050f198a6c..b3a1de6e32f 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -67,7 +67,7 @@ h3 { #header .logo { background-image: url('../img/logo.svg?v=1'); background-repeat: no-repeat; - background-size: contain; + background-size: 175px; background-position: center; width: 256px; min-height: 128px; |