Update index.blade.php

This commit is contained in:
2020-08-17 03:23:08 +05:00
parent b80ae190f4
commit 4245832a63

View File

@@ -59,20 +59,9 @@
—
</p>
</div>
<p
class="text-gray-700 text-base text-right MvTyper"
style="direction:rtl;"
>
{{$article->body[0]}}
</p>
</div>
</div>
<div
class="h-48 w-48 flex-none bg-cover text-center overflow-hidden rounded object-right dark-img"
style="background-image: url({{$article->featured_image}}); "
></div>
</a>
</div>
@endforeach