Skip to content

Commit a5c7c3e

Browse files
committed
center center profile image
1 parent dd27295 commit a5c7c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/app/users/UserImages.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="relative image-height"
66
v-bind:style="{
77
'background-repeat': 'no-repeat',
8-
'background-position': 'center top',
8+
'background-position': 'center center',
99
'background-size' :'cover',
1010
'background-image': 'url(' + getImage() + ')'}">
1111
<div v-if="imagesCount > 1" class="absolute flex w-full top-0 left-0 w-full z-10 px-8 pt-1">

0 commit comments

Comments
 (0)