[THEME] Fix the images size
This commit is contained in:
parent
7eec8fdae8
commit
b61088d52a
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ a:focus {
|
|||
}
|
||||
.article-body img {
|
||||
max-width: calc(100% - 5em);
|
||||
min-width: 100%;
|
||||
}
|
||||
.article-body h1 {
|
||||
font-size: 2.55rem;
|
||||
|
|
Loading…
Reference in a new issue