Update show.blade.php

This commit is contained in:
2020-08-23 00:53:15 +05:00
parent 87a135cde6
commit ade0307e7f

View File

@@ -23,7 +23,7 @@
<div class="absolute left-0 bottom-0 w-full h-full z-10"
style="background-image: url({{$article->featured_image}}); filter: brightness(50%);"></div>
<div class="p-4 absolute bottom-0 right-0 z-20">
<h2 class="text-3xl font-semibold text-gray-100 leading-relaxed text-right MvAamu" style="direction:rtl;">
<h2 class="text-3xl text-gray-100 leading-relaxed text-right MvAamu" style="direction:rtl; font-weight: 100;">
{{$article->title}}</h2>
<div class="flex justify-end mt-3">
<img src="{{$article->source->logo}}" class="h-10 w-10 rounded-full mr-2 object-cover" />