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;