Change: image width to max 100

fix the problem when use a very small low quality pic
This commit is contained in:
2022-05-03 02:37:24 +08:00
parent 44604f2dc4
commit 09b81b4c1e

View File

@@ -382,7 +382,7 @@ h1, h2, h3, h4, h5, h6 {
} }
img { img {
display: block; display: block;
width: 100%; max-width: 100%;
height: auto; height: auto;
margin: 1.5em 0; margin: 1.5em 0;
} }