Skip to content

Commit 07178fa

Browse files
committed
wip
1 parent a361187 commit 07178fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
</p>
1414
</div>
1515

16-
<div class="flex flex-col space-y-6 lg:flex-row lg:space-y-0 lg:space-x-6">
17-
<div class="grow space-y-6">
18-
<div class="space-y-1">
16+
<div class="grid grid-cols-12 gap-6">
17+
<div class="col-span-12 sm:col-span-6 space-y-6">
18+
<div>
1919
<x-forms.label for="name" />
2020

2121
<x-forms.inputs.input name="name" :value="Auth::user()->name()" required />
2222
</div>
2323

24-
<div class="space-y-1">
24+
<div>
2525
<x-forms.label for="bio" />
2626

2727
<x-forms.inputs.textarea name="bio" maxlength="160">
@@ -34,7 +34,7 @@
3434
</div>
3535
</div>
3636

37-
<div class="grow space-y-1 lg:grow-0 lg:shrink-0">
37+
<div class="col-span-12 sm:col-span-6">
3838
<p class="block text-sm leading-5 font-medium text-gray-700" aria-hidden="true">
3939
Profile Image
4040
</p>
@@ -51,7 +51,7 @@ class="h-32 w-32 mt-4"
5151
</div>
5252

5353
<span class="mt-4 inline-block text-sm text-gray-500">
54-
Change your avatar for
54+
Change or refresh your avatar for<br>
5555

5656
<a href="https://github.com/{{ Auth::user()->githubUsername() }}" class="text-lio-700">
5757
your GitHub profile

0 commit comments

Comments
 (0)