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

This commit is contained in:
Cotes Chung
2021-02-22 17:34:12 +08:00
parent 125c23f19b
commit 20997d51a5
-6
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 {