diff --git a/content/aboutme/_index.html b/content/aboutme/_index.html index f2e59a6..52692a0 100644 --- a/content/aboutme/_index.html +++ b/content/aboutme/_index.html @@ -49,8 +49,8 @@ /* iframe容器 - 精确70%宽度 */ .pdf-frame-container { position: relative; - width: 70%; /* 固定70%宽度 */ - max-width: 900px; /* 最大宽度限制 */ + width: 60%; /* 固定70%宽度 */ + max-width: 800px; /* 最大宽度限制 */ height: 600px; border-radius: 12px; overflow: hidden;