mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 08:37:53 +00:00
Fix image width in the list (when screen width is 768px)
This commit is contained in:
parent
125c23f19b
commit
20997d51a5
@ -333,12 +333,6 @@
|
|||||||
} // .post
|
} // .post
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 768px) and (max-width: 830px) {
|
|
||||||
.post img {
|
|
||||||
max-width: calc(100% + 2rem);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hide SideBar and TOC */
|
/* Hide SideBar and TOC */
|
||||||
@media all and (max-width: 830px) {
|
@media all and (max-width: 830px) {
|
||||||
.post-navigation {
|
.post-navigation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user