From bc01b689371e02c49c0d0a82cd264f01b55ed104 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 27 Oct 2018 18:13:21 +0200 Subject: [PATCH] scss/typography: limit image to the article width --- scss/_typography.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/_typography.scss b/scss/_typography.scss index d983e62..23adb86 100644 --- a/scss/_typography.scss +++ b/scss/_typography.scss @@ -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;