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;