Skip to content

Commit a1e6464

Browse files
yyyCodeclaude
andcommitted
fix(article): widen content area from 720px to 880px
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 29bfbff commit a1e6464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vue/src/assets/blog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ body {
13461346

13471347
/* 文章详情:正文保持居中阅读列,右侧大纲悬浮在空白区 */
13481348
.article-detail-page .article-detail-wrap {
1349-
max-width: 720px;
1349+
max-width: 880px;
13501350
margin: 0 auto;
13511351
}
13521352

0 commit comments

Comments
 (0)