Skip to content

Commit a361187

Browse files
committed
wip
1 parent 702b862 commit a361187

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

resources/views/users/settings/profile.blade.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@
4141

4242
<div class="flex items-center mt-2">
4343
<div class="shrink-0 inline-block overflow-hidden" aria-hidden="true">
44-
<x-avatar
45-
:user="Auth::user()"
46-
class="h-32 w-32 mt-4"
47-
unlinked
48-
:show-refresh="Auth::user()->isLoggedInUser()"
49-
/>
44+
<div class="flex justify-center lg:justify-start">
45+
<x-avatar
46+
:user="Auth::user()"
47+
class="h-32 w-32 mt-4"
48+
unlinked
49+
:show-refresh="Auth::user()->isLoggedInUser()"
50+
/>
51+
</div>
5052

5153
<span class="mt-4 inline-block text-sm text-gray-500">
5254
Change your avatar for

0 commit comments

Comments
 (0)