[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

View file

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