From 8582e7c10643938ef2f5e7e5cb6701bfc2250017 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Feb 2013 23:08:06 +0100 Subject: Styling: Image max-widht 100% and auto height. --- style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.scss b/style.scss index dff5d18..e6566a5 100644 --- a/style.scss +++ b/style.scss @@ -163,6 +163,8 @@ img { vertical-align: top; margin: 0 5% 5% 0; padding: 0; + max-width: 100%; + height: auto; } #content img.deco { -- cgit v1.2.3