From d5aa80b08057bbdf5ac7f7c319ce68e5646226b9 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Thu, 11 Oct 2018 16:33:28 +0800 Subject: [PATCH] =?UTF-8?q?toc=20=E9=80=82=E9=85=8D=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=B1=8F=E5=B9=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/_custom.scss b/assets/css/_custom.scss index bf11fa9..5a8308b 100644 --- a/assets/css/_custom.scss +++ b/assets/css/_custom.scss @@ -93,3 +93,9 @@ transition-timing-function: ease-out; } } + +@media only screen and (max-width: 1224px) { + .post-toc { + display: none; + } +} \ No newline at end of file