Skip to content

Commit e1c79aa

Browse files
authored
Merge pull request DSpace#5214 from DSpace/backport-5005-to-dspace-7_x
[Port dspace-7_x] fix: distortion of community/collection logo
2 parents 35e4e70 + 8ac172c commit e1c79aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
img {
22
max-width: var(--ds-comcol-logo-max-width);
33
max-height: var(--ds-comcol-logo-max-height);
4+
object-fit: contain;
5+
object-position: left center;
46
}

0 commit comments

Comments
 (0)