From ce14c31665780af64a2435c8100dccd6b7940590 Mon Sep 17 00:00:00 2001 From: cool <1072916769@qq.com> Date: Thu, 8 Aug 2019 21:06:44 +0800 Subject: [PATCH 1/2] Update post-expand.styl --- themes/next/source/css/_common/components/post/post-expand.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/next/source/css/_common/components/post/post-expand.styl b/themes/next/source/css/_common/components/post/post-expand.styl index b092a6ad..8c6d8a5b 100644 --- a/themes/next/source/css/_common/components/post/post-expand.styl +++ b/themes/next/source/css/_common/components/post/post-expand.styl @@ -4,7 +4,7 @@ padding-top: 40px; } -@media (max-width: 800px) { +@media (max-width: 767px) { .posts-expand { margin: 0 20px; } From abb65e61b75d94e9b265e42e76a0b58ee73b5e69 Mon Sep 17 00:00:00 2001 From: cool <1072916769@qq.com> Date: Thu, 8 Aug 2019 21:07:36 +0800 Subject: [PATCH 2/2] Update custom.styl --- themes/next/source/css/_variables/custom.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/next/source/css/_variables/custom.styl b/themes/next/source/css/_variables/custom.styl index 78667dc7..37a0b55e 100644 --- a/themes/next/source/css/_variables/custom.styl +++ b/themes/next/source/css/_variables/custom.styl @@ -1,5 +1,5 @@ // 修改成你期望的宽度 -$content-desktop = 500px +$content-desktop = 700px // 当视窗超过 1600px 后的宽度 -$content-desktop-large = 500px +$content-desktop-large = 900px