Optimize image width of list on mobile screens

This commit is contained in:
Cotes Chung 2021-01-23 13:18:02 +08:00
parent 75e9feb687
commit 994b3e32d3
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
}
@media all and (max-width: 768px) {
.post img {
.post-content > p > img {
max-width: calc(100% + 1rem);
}
}