Style fixes for views
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="transition-all ease-in-out duration-1000 flex flex-col justify-center">
|
||||
<div slot="middle-right" class="max-w-xs">
|
||||
<div class="flex flex-col justify-center h-48 p-3">
|
||||
<div class="flex flex-col items-center shadow hover:shadow-lg rounded-lg p-3">
|
||||
<div class="flex flex-col items-center shadow hover:shadow-lg rounded-lg p-3">
|
||||
<img src="{{$source->logo}}" class="h-16 w-16">
|
||||
<div class="text-3xl font-bold text-gray-800 text-center MvAamu mt-2">{{$source->name}}</div>
|
||||
|
||||
@@ -37,9 +37,10 @@
|
||||
|
||||
<div class="text-xs font-bold uppercase text-gray-500 text-right mt-1 mb-2 MvTyper">
|
||||
{{$article->source->name}}</div>
|
||||
<p class="font-semibold text-gray-400 text-xs MvTyper" style="direction: rtl;">{{$article->published_date->locale('dv')->isoFormat('Do MMMM YYYY h:mm')}}</p>
|
||||
|
||||
<a href="{{route('articles.show', $article->id)}}">
|
||||
<div class="text-md font-bold leading-7 mb-2 MvTyper text-right hover:underline">
|
||||
<div class="text-md font-bold leading-7 mb-2 mt-1 text-gray-800 MvTyper text-right hover:underline">
|
||||
{{$article->title}}</div>
|
||||
</a>
|
||||
|
||||
|
Reference in New Issue
Block a user