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%; + } + }