From 259e0b978c3769c0aabc6b11e8b0c0e282e6a835 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 4 Jul 2013 16:44:57 +0530 Subject: [PATCH] [website] [css] img max-width should be 100% --- website/css/website.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/css/website.css b/website/css/website.css index 34ff983b0b..df37821bfe 100644 --- a/website/css/website.css +++ b/website/css/website.css @@ -10,6 +10,10 @@ a { cursor: pointer; } +img { + max-width: 100%; +} + .content { padding-bottom: 30px; }