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