File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ class="prose prose-lg text-gray-800 prose-lio"
127127 </div >
128128
129129 <div class =" border-t-2 border-gray-200 py-8 lg:pt-14 lg:pb-16" >
130- <div class =" flex flex-col items-center justify-center gap-y-4 lg:flex-row lg:justify-between" >
130+ <div class =" flex flex-col items-center justify-center gap-y-4 gap-x-6 lg:flex-row lg:justify-between" >
131131 <div class =" flex items-start gap-x-4" >
132132 <div class =" shrink-0" >
133133 <x-avatar :user =" $article->author()" class =" hidden w-16 h-16 lg:block" />
@@ -144,7 +144,7 @@ class="prose prose-lg text-gray-800 prose-lio"
144144 </div >
145145 </div >
146146
147- <div class =" flex items-center gap-x-6 " >
147+ <div class =" flex items-center gap-x-4 " >
148148 @if ($article -> author ()-> githubUsername () )
149149 <a href =" https://github.com/{{ $article -> author ()-> githubUsername () } }" >
150150 <x-icon-github class =" w-6 h-6" />
You can’t perform that action at this time.
0 commit comments