Skip to content

Commit

Permalink
fix(comment): 修改手机端评论框宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
FuckDoctors committed Mar 15, 2024
1 parent 1a15870 commit e4fd3b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/styles/zhaobc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@
}
}

/* 调整评论框宽度 */
#vp-comment {
max-width: var(--content-width, 740px);
margin: 0 auto;
padding: 0 2.5rem;

@media (max-width: hope-config.$mobile) {
padding: 0 0.5rem;
}
}

0 comments on commit e4fd3b1

Please sign in to comment.