Topic front end

This commit is contained in:
2020-08-13 03:21:36 +05:00
parent af1e8bf182
commit f8d0feeeec
4 changed files with 72 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<div>
<div>
<h3
class="text-2xl font-bold text-gray-800 mt-3 mb-4 text-right MvAamu"
class="text-gray-800 font-bold text-3xl text-right mt-3 mr-3 MvAamu"
>
ފަހުގެ ޙަބަރުތަށް
</h3>
@@ -21,7 +21,7 @@
>
<div>
<div
class="mt-5 text-gray-700 font-semibold text-2xl mb-2 text-right MvAamu"
class="mt-5 text-gray-700 font-semibold text-2xl mb-2 text-right MvTyper hover:underline"
style="direction:rtl;"
v-text="story.title"
></div>
@@ -52,7 +52,7 @@
</div>
<div
class="h-48 lg:w-48 flex-none bg-cover text-center overflow-hidden opacity-75 rounded-lg"
class="h-48 lg:w-48 flex-none bg-cover text-center overflow-hidden opacity-75 rounded-lg object-right"
:style="{
'background-image':
'url(' + story.featured_image + ')'