From c0d9276634c94e0a2370ce533992baeb26168b95 Mon Sep 17 00:00:00 2001 From: Cool-Y <1072916769@qq.com> Date: Thu, 25 Jul 2019 22:41:56 +0800 Subject: [PATCH] debug router --- 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 b05b4060..8836c0ea 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: 700px) { +@media (max-width: 600px) { .posts-expand { margin: 0 20px; }