Skip to content

Commit 2638b0a

Browse files
Fixing the background image size
1 parent c3e9bd6 commit 2638b0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

addon/styles/_es-ulist.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
.image {
5656
border-radius: 50%;
5757
background-size: cover;
58-
background-position: center;
58+
background-repeat: no-repeat;
59+
background-position: 50% 50%;
60+
object-fit: cover;
5961
}
6062

6163
.es-ulist-text {

0 commit comments

Comments
 (0)