tweak design

This commit is contained in:
kakkokari-gtyih 2023-11-18 18:55:04 +09:00
parent 6b69bc809f
commit 29362ff75e

View File

@ -13,7 +13,7 @@
<AsideNavIco class="block w-5 h-5" />
</button>
</div>
<div class="pt-6 lg:p-6 w-full overflow-x-hidden">
<div class="pt-6 p-0 sm:p-12 lg:p-6 w-full overflow-x-hidden">
<template v-if="data?.body">
<ContentRenderer v-if="data.body.children.length > 0" :value="data" class="markdown-body w-full mb-6">
</ContentRenderer>