Subhodip Ghosh 2023-05-24 18:53:04 +05:30
parent 6a4546055f
commit a2e4a4fe3d
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<div v-else class=""> <div v-else class="">
<div v-if="content" class="w-full flex flex-col justify-center place-items-center"> <div v-if="content" class="w-full flex flex-col justify-center place-items-center">
<h2 class="text-2xl text-center pb-4 font-bold">{{ page.title }}</h2> <h2 class="text-2xl text-center pb-4 font-bold">{{ page.title }}</h2>
<div class=" border-2 border-gray-300 shadow-2xl rounded-md opacity-500 p-4"> <div class=" border-2 border-gray-300 shadow-2xl rounded-md opacity-500 p-4 w-full">
<div class="w-[100%]]" v-html="content"></div> <div class="flex flex-col place-items-center" v-html="content"></div>
</div> </div>
</div> </div>
<div class="pt-10 flex flex-col justify-start place-items-start" v-if="fileAttached"> <div class="pt-10 flex flex-col justify-start place-items-start" v-if="fileAttached">