animation

This commit is contained in:
tangly1024
2022-12-27 12:05:07 +08:00
parent 9da258c849
commit 96f0f52126

View File

@@ -72,7 +72,7 @@ export const LayoutSlug = props => {
data-aos-duration="500"
data-aos-easing="ease-in-out"
data-aos-once="false"
data-aos-anchor-placement="top-center"
data-aos-anchor-placement="top-bottom"
className='justify-center mx-auto max-w-2xl lg:max-w-full'>
{post && <NotionPage post={post} />}
</section>