From 7446d9380c6548cb92611df5cf67f2d70f5984d2 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 15 May 2014 11:10:25 +0100 Subject: [PATCH] Update index.html --- index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 4492eee..d372c67 100644 --- a/index.html +++ b/index.html @@ -42,12 +42,6 @@ border: 0.3em solid white; } - @media all and (min-device-width : 320px) and (max-device-width : 480px) { - h1#sticker { - font-size: 3em; - } - } - #contact { position: absolute; width: 16em; @@ -103,7 +97,17 @@ top: 97%; width: 98%; text-align: right; - } + } + + @media all and (min-device-width : 320px) and (max-device-width : 480px) { + h1#sticker { + font-size: 3em; + } + + .menutitle, .flavours, .allergies { + font-size: 80%; + } + }