scss/typography: limit image to the article width

This commit is contained in:
Kazhnuz 2018-10-27 18:13:21 +02:00
parent 0977300d88
commit bc01b68937

View file

@ -86,6 +86,12 @@ ol {
p, em, p em {
font-weight:300;
}
img {
max-width: 100%;
height: auto;
}
.article-thumbnail {
padding-bottom: 1em;
text-align: center;