Skip to content

Commit 3868c3f

Browse files
authored
Fix author info spacing (#973)
1 parent e9d04fa commit 3868c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/articles/show.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)