Fix image width in the list (when screen width is 768px)
This commit is contained in:
parent
3e79ad6300
commit
efc8c60b5d
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue