This commit is contained in:
F4ilji
2025-06-25 22:48:01 +05:00
parent efba91653e
commit 218e5ab8e3
7 changed files with 24 additions and 57 deletions
@@ -1,6 +1,5 @@
<template>
<div class="text-normal leading-7 md:leading-8 tracking-wide font-light text-gray-600 md:text-[15px] md:text-[#374151] md:font-normal paragraph-container" v-html="wrapTables(block).data.content" />
<div class="text-normal leading-7 md:leading-8 tracking-wide font-light text-gray-600 md:text-[16px] md:text-[#374151] md:font-normal paragraph-container" v-html="wrapTables(block).data.content" />
</template>
<script>
@@ -120,4 +119,5 @@ export default {
</style>