should modify the size of picture
Sciroccogti opened this issue · 2 comments
Sciroccogti commented
图片会溢出网页,应当控制图片的宽度
Sciroccogti commented
should add max-width: 100%;
in the ccs of theme
main p img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
FuGangqiang commented
谢谢纠错,已修复