From 4dd0d4cdfc3c58f00ef2e0470bd8ea1bfc1ac3b3 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Thu, 6 Feb 2014 14:12:03 +0100 Subject: [PATCH] Limit image width on mobile devices --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 2503d12..c261a67 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,10 @@ word-wrap: normal; white-space: pre; } + + img { + max-width: 100%; + }