From c9e303600d46e30a01fcbc4d85fcabf880d6dc62 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 23 Mar 2015 18:27:43 -0700 Subject: [PATCH] Scale images to page width --- modules/shared/templates/common.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/shared/templates/common.css b/modules/shared/templates/common.css index 27da7060d..8414053e3 100644 --- a/modules/shared/templates/common.css +++ b/modules/shared/templates/common.css @@ -28,6 +28,9 @@ h4 a { p { line-height: 1.5em; } +img { + max-width: 100%; +} a img { vertical-align: bottom; }