修复博客内容图片宽度超限问题

This commit is contained in:
pushuo 2023-02-20 14:09:09 +08:00
parent e0c2acc630
commit fdac7066ed
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@ h1,h2,h3, h4, h5, h6, b, strong {
}
}
img {
max-width: 100%;
height: auto;
}
.col-form-label.required {
&::before {
content: "*";