diff --git a/contact/index.html b/contact/index.html index 95f72d3..871cbcd 100644 --- a/contact/index.html +++ b/contact/index.html @@ -75,7 +75,7 @@ /* "Back Home" media query for mobile */ @media only screen and (max-width: 600px) { #back-home { - font-size: 3.125vw; + font-size: 7vw; padding-top: 4.167vw; width: 90%; display: flex; @@ -95,7 +95,7 @@ @media only screen and (max-width: 600px) { .container { position: absolute; - top: 60%; + top: 50%; left: 50%; transform: translate(-50%, -50%); } @@ -107,6 +107,13 @@ margin: 0.521vw; } + /* Attention media query for mobile */ + @media only screen and (max-width: 600px) { + #attention, #attention a { + font-size: 5vw; + } + } + #pgp-key, #contact-email { color: #fff; text-decoration: underline; @@ -144,7 +151,8 @@ @media only screen and (max-width: 600px) { form input, form textarea, form button { width: 70vw; - font-size: 1.563vw; + font-size: 7vw; + margin: 5px; } form button { @@ -159,6 +167,13 @@ text-align: center; visibility: hidden; } + + /* Response media query for mobile */ + @media only screen and (max-width: 600px) { + .response { + font-size: 3.125vw; + } + } diff --git a/index.html b/index.html index e4beb20..9ffc843 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,3 @@ - -