From d3c42740b13431507d577aa49c353221ff99e523 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 15 May 2014 11:18:24 +0100 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a907362..7d93e97 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,7 @@ text-align: right; } - @media only screen and (max-device-width:480px) { + @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { h1#sticker { font-size: 3em; }