主题文字高度,动画微调

This commit is contained in:
tangly1024.com
2023-06-28 11:14:01 +08:00
parent b8e893fd50
commit 15bab79ab6
5 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ export const BlogItem = props => {
<h2 className="mb-2">
<Link
href={`${BLOG.SUB_PATH}/${post.slug}`}
className="blog-item-title font-bold text-black text-2xl no-underline hover:underline">
className="blog-item-title font-bold text-black text-2xl menu-link">
{post.title}
</Link>
</h2>