修复博客内容图片宽度超限问题
This commit is contained in:
parent
e0c2acc630
commit
fdac7066ed
|
|
@ -98,6 +98,11 @@ h1,h2,h3, h4, h5, h6, b, strong {
|
|||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.col-form-label.required {
|
||||
&::before {
|
||||
content: "*";
|
||||
|
|
|
|||
Loading…
Reference in New Issue