File tree 1 file changed +2
-2
lines changed
resources/views/livewire/pages/articles
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class="font-medium underline hover:text-yellow-600 dark:text-yellow-500 dark:hov
64
64
<h1 class =" mt-4 font-heading font-extrabold tracking-tight text-3xl text-gray-900 dark:text-white lg:text-5xl lg:leading-[3.5rem]" >
65
65
{{ $article -> title } }
66
66
</h1 >
67
- <div class =" mt-8 flex items-center justify-between gap-10" >
67
+ <div class =" mt-8 md: flex items-center justify-between gap-10" >
68
68
@if ($article -> tags -> isNotEmpty () )
69
69
<div class =" flex items-center gap-2" >
70
70
@foreach ($article -> tags as $tag )
@@ -73,7 +73,7 @@ class="font-medium underline hover:text-yellow-600 dark:text-yellow-500 dark:hov
73
73
</div >
74
74
@endif
75
75
76
- <div class =" relative text-sm/6 flex items-center gap-4" >
76
+ <div class =" relative text-sm/6 flex mt-4 md:mt-0 items-center gap-4" >
77
77
<x-link :href =" route('profile', $article->user->username)" class =" inline-flex items-center gap-2 text-gray-700 dark:text-gray-300" >
78
78
<x-user .avatar
79
79
:user =" $article->user"
You can’t perform that action at this time.
0 commit comments