Style fixes and typography improvements

This commit is contained in:
2020-08-19 00:44:50 +05:00
parent b956b93a2e
commit e6d5c66003
5 changed files with 8 additions and 41 deletions

View File

@@ -73,8 +73,8 @@
<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 mb-2">
<span>View the full article on {{$article->source->slug}}</span>
<a href="{{$article->url}}" target="_blank" class="bg-gray-300 hover:bg-gray-400 text-gray-800 font-normal py-2 px-4 rounded inline-flex items-center mb-2">
<span class="text-gray-700">View the full article on {{ucfirst($article->source->slug)}}</span>
</a>
</div>
</div>