[STYLE] Fix the figure>image width

This commit is contained in:
Gregory Trolliet 2020-05-30 11:24:41 +02:00
parent 50406904fc
commit 008f158014
1 changed files with 1 additions and 1 deletions

View File

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