diff --git a/layouts/ArticleLayout.js b/layouts/ArticleLayout.js
index 64383d9b..326759f3 100644
--- a/layouts/ArticleLayout.js
+++ b/layouts/ArticleLayout.js
@@ -55,10 +55,10 @@ const ArticleLayout = ({
{/* 主体区块 */}
-
+
{/* 中央区域 wrapper */}
+ className='hover:scale-105 hover:shadow-2xl duration-200 transform mx-auto max-w-5xl mt-16 lg:mt-20 md:flex-shrink-0 animate__fadeIn animate__animated'>
{/* 封面图 */}
{frontMatter.page_cover && frontMatter.page_cover.length > 1 && (
-
+
{/* 文章标题 */}
{frontMatter.title}
@@ -166,7 +164,7 @@ const ArticleLayout = ({
{/* 分享按钮 */}
{/* 跳回顶部 */}
-
+