diff --git a/register.html b/register.html index 3ebeb9e..cbc6c71 100644 --- a/register.html +++ b/register.html @@ -69,7 +69,7 @@ height: 80%; } - @media screen and (max-width: 425px) { + @media screen and (max-width: 426px) { .card a, input { font-size: 3vw; } @@ -79,7 +79,7 @@ } } - @media screen and (min-width: 426px) { + @media screen and (min-width: 427px) { .card a, input { font-size: 2vw; }