Fix image width in the list (when screen width is 768px)

This commit is contained in:
Cotes Chung 2021-02-20 01:39:32 +08:00
parent 3e79ad6300
commit efc8c60b5d
1 changed files with 0 additions and 6 deletions

View File

@ -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 {