Skip to content

Commit 757a0b1

Browse files
authored
Merge pull request #5215 from DSpace/backport-5005-to-dspace-8_x
[Port dspace-8_x] fix: distortion of community/collection logo
2 parents fcf0b7f + 46397ae commit 757a0b1

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)