Optimize image width of list on mobile screens
This commit is contained in:
parent
75e9feb687
commit
994b3e32d3
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 768px) {
|
@media all and (max-width: 768px) {
|
||||||
.post img {
|
.post-content > p > img {
|
||||||
max-width: calc(100% + 1rem);
|
max-width: calc(100% + 1rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue