fix: logo rendering (#16005)

fix: logo rendering
This commit is contained in:
B 2021-03-19 09:56:28 -05:00 committed by GitHub
parent ddc758439e
commit b503215122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
.avatar-img { .avatar-img {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: contain;
} }
.avatar-title { .avatar-title {