From efc8c60b5d161f6e4779f401de5063e244dfe7bc Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 20 Feb 2021 01:39:32 +0800 Subject: [PATCH] Fix image width in the list (when screen width is 768px) --- _sass/layout/post.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index 59ea067..0ee9144 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -333,12 +333,6 @@ } // .post } -@media all and (min-width: 768px) and (max-width: 830px) { - .post img { - max-width: calc(100% + 2rem); - } -} - /* Hide SideBar and TOC */ @media all and (max-width: 830px) { .post-navigation {