Style FIX

This commit is contained in:
2020-08-15 00:49:52 +05:00
parent df1f4c41ca
commit f160804a0b
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
class="block w-full lg:flex mb-10 shadow rounded-lg"
>
<div
class="bg-white rounded px-4 flex flex-col justify-between leading-normal"
class="bg-white rounded px-4 flex flex-col flex-grow justify-between leading-normal"
>
<div>
<div
@@ -27,10 +27,10 @@
></div>
<div
class="flex items-center justify-end mt-3 mb-2"
class="flex items-center justify-end mt-3 mb-3"
>
<p
class="font-semibold text-gray-700 text-sm capitalize MvTyper"
class="font-semibold text-gray-700 text-sm capitalize MvTyper py-4"
v-text="story.source.name"
></p>
<p class="text-gray-600 text-xs ml-1">
@@ -52,7 +52,7 @@
</div>
<div
class="h-48 lg:w-48 flex-none bg-cover text-center overflow-hidden opacity-75 rounded-lg object-right"
class="h-48 lg:w-48 flex-none bg-cover text-center overflow-hidden mt-3 opacity-75 rounded-lg object-right"
:style="{
'background-image':
'url(' + story.featured_image + ')'