样式还原
This commit is contained in:
tangly1024
2021-12-31 15:26:34 +08:00
parent 3c2d82ddfe
commit 84c08c6145
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import React from 'react'
const InfoCard = ({ postCount }) => {
return <>
<div className='flex flex-col items-center justify-center cursor-pointer py-6' onClick={ () => { Router.push('/') }}>
<div className='flex flex-col items-center justify-center cursor-pointer' onClick={ () => { Router.push('/') }}>
<div className='hover:rotate-45 hover:scale-125 transform duration-200'>
<Image
alt={BLOG.title}