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

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,7 @@
class="block w-full lg:flex mb-10 shadow rounded-lg" class="block w-full lg:flex mb-10 shadow rounded-lg"
> >
<div <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>
<div <div
@@ -27,10 +27,10 @@
></div> ></div>
<div <div
class="flex items-center justify-end mt-3 mb-2" class="flex items-center justify-end mt-3 mb-3"
> >
<p <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" v-text="story.source.name"
></p> ></p>
<p class="text-gray-600 text-xs ml-1"> <p class="text-gray-600 text-xs ml-1">
@@ -52,7 +52,7 @@
</div> </div>
<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="{ :style="{
'background-image': 'background-image':
'url(' + story.featured_image + ')' 'url(' + story.featured_image + ')'