Style fixes and improvements
This commit is contained in:
@@ -60,13 +60,24 @@
|
||||
</div>
|
||||
@foreach ($article->body as $key => $block)
|
||||
<p class="MvTyper text-right" style="direction:rtl;">
|
||||
|
||||
|
||||
{{$block}}
|
||||
<br>
|
||||
<br>
|
||||
|
||||
@break($key == 2)
|
||||
|
||||
</p>
|
||||
@endforeach
|
||||
<div class="flex justify-center mb-4">
|
||||
<div class="flex flex-col items-center">
|
||||
<svg class="animate-bounce w-6 h-6 text-gray-900" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path d="M19 14l-7 7m0 0l-7-7m7 7V3"></path>
|
||||
</svg>
|
||||
<a href="{{$article->url}}" class="bg-gray-300 hover:bg-gray-400 text-gray-800 font-bold py-2 px-4 rounded inline-flex items-center">
|
||||
<span>View the full article on {{$article->source->slug}}</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="border-b"></div>
|
||||
<h5 class="MvTyper text-md font-bold text-center mb-2 mt-2">މައުޟޫޢުތަށް</h5>
|
||||
|
||||
Reference in New Issue
Block a user