From b82d70bbcd4158c992662cedf314722822c43033 Mon Sep 17 00:00:00 2001 From: Cool-Y <1072916769@qq.com> Date: Thu, 25 Jul 2019 22:48:45 +0800 Subject: [PATCH] debug router --- .../next/source/css/_common/components/post/post-expand.styl | 2 +- themes/next/source/css/_variables/custom.styl | 5 +++++ 2 files changed, 6 insertions(+), 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 8836c0ea..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: 600px) { +@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 e69de29b..37a0b55e 100644 --- a/themes/next/source/css/_variables/custom.styl +++ b/themes/next/source/css/_variables/custom.styl @@ -0,0 +1,5 @@ +// 修改成你期望的宽度 +$content-desktop = 700px + +// 当视窗超过 1600px 后的宽度 +$content-desktop-large = 900px