From 513eb9f9b2bbc2c79bd0a67fac1e3a83cb7f3991 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 15 May 2014 11:01:47 +0100 Subject: [PATCH] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index d67891f..1d6dc9a 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,10 @@ border: 0.3em solid white; } + @media all and (min-device-width : 320px) and (max-device-width : 480px) { + font-size: 3em; + } + #contact { position: absolute; width: 16em;