[THEME] Fix the images size

This commit is contained in:
Gregory Trolliet 2020-06-29 21:20:08 +02:00
parent 7eec8fdae8
commit b61088d52a
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ a:focus {
}
.article-body img {
max-width: calc(100% - 5em);
min-width: 100%;
}
.article-body h1 {
font-size: 2.55rem;