diff --git a/register-verification-completed.html b/register-verification-completed.html index b689346..e379af7 100644 --- a/register-verification-completed.html +++ b/register-verification-completed.html @@ -44,6 +44,62 @@ width: 70%; height: 70%; } + + @media screen and (max-width: 766px) { + .card h2 { + font-size: 7vw; + } + + .card h6 { + font-size: 5vw; + } + + .card a { + font-size: 5vw; + } + } + + @media screen and (min-width: 767px) { + .card h2 { + font-size: 4vw; + } + + .card h6 { + font-size: 2vw; + } + + .card a { + font-size: 2.5vw; + } + } + + @media screen and (min-width: 993px) { + .card h2 { + font-size: 3vw; + } + + .card h6 { + font-size: 1.3vw; + } + + .card a { + font-size: 1.5vw; + } + } + + @media screen and (min-width: 1400px) { + .card h2 { + font-size: 4vw; + } + + .card h6 { + font-size: 2vw; + } + + .card a { + font-size: 3vw; + } + }
@@ -59,21 +115,29 @@