diff --git a/register-verification-sent.html b/register-verification-sent.html index ca9e654..057a61b 100644 --- a/register-verification-sent.html +++ b/register-verification-sent.html @@ -55,6 +55,50 @@ width: 70%; height: 70%; } + + @media screen and (max-width: 766px) { + .card h2 { + font-size: 7vw; + } + + .card h5 { + font-size: 5vw; + } + + } + + @media screen and (min-width: 767px) { + .card h2 { + font-size: 4vw; + } + + .card h5 { + font-size: 2vw; + } + + } + + @media screen and (min-width: 993px) { + .card h2 { + font-size: 3vw; + } + + .card h5 { + font-size: 1.3vw; + } + + } + + @media screen and (min-width: 1400px) { + .card h2 { + font-size: 4vw; + } + + .card h5 { + font-size: 2vw; + } + + }
@@ -70,16 +114,23 @@