From f066c794616fe4204c98148932618f0972e34d9e Mon Sep 17 00:00:00 2001 From: Brett Goulder Date: Wed, 20 Jun 2012 19:14:41 -0600 Subject: [PATCH] Just do the media query for the iPhone 4 --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 66b5ec57b..432a42b3c 100644 --- a/index.html +++ b/index.html @@ -135,9 +135,9 @@ border-left: 5px solid #bbb; margin: 0px 0 30px; } - @media only screen and (-webkit-min-device-pixel-ratio: 1.5), - only screen and (-o-min-device-pixel-ratio: 3/2), - only screen and (min-device-pixel-ratio: 1.5) { + @media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px), + only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 640px), + only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px) { img { max-width: 100%; }