feature: Live2D调整 样式

This commit is contained in:
tangly1024
2021-12-28 15:02:23 +08:00
parent bee7fafcda
commit a27c0f0f4e
4 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ export default function Live2D () {
initLive2D()
}
})
return <div className='animate__fadeIn animate__bounceInUp'>
return <div className='fixed left-0 bottom-0 hidden md:block lg:ml-24 2xl:ml-36'>
<canvas id="live2d" width="280" height="250"></canvas>
</div>
}