File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
resources/views/users/settings Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" >
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
You can’t perform that action at this time.
0 commit comments