From e4fd3b11a6ec1e915e26e5df515a45bdc2213748 Mon Sep 17 00:00:00 2001 From: Zhao Bin <413853119@qq.com> Date: Fri, 15 Mar 2024 14:59:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(comment):=20=E4=BF=AE=E6=94=B9=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=AB=AF=E8=AF=84=E8=AE=BA=E6=A1=86=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/styles/zhaobc.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/styles/zhaobc.scss b/docs/.vuepress/styles/zhaobc.scss index 4511e15..bfdc983 100644 --- a/docs/.vuepress/styles/zhaobc.scss +++ b/docs/.vuepress/styles/zhaobc.scss @@ -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; + } }