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; } diff --git a/themes/next/source/css/_variables/custom.styl b/themes/next/source/css/_variables/custom.styl index 55c607f5..a15b793b 100644 --- a/themes/next/source/css/_variables/custom.styl +++ b/themes/next/source/css/_variables/custom.styl @@ -2,4 +2,8 @@ $content-desktop = 700px // 当视窗超过 1600px 后的宽度 +<<<<<<< HEAD $content-desktop-large = 700px +======= +$content-desktop-large = 900px +>>>>>>> abb65e61b75d94e9b265e42e76a0b58ee73b5e69