From b300c49e9fcffade15fa745cd088091a7ceaa4fb Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Tue, 14 Sep 2021 20:09:44 +0700 Subject: [PATCH] register-verification-sent.html - Improved responsiveness in mobile screens --- register-verification-sent.html | 71 ++++++++++++++++++++++++++++----- 1 file changed, 61 insertions(+), 10 deletions(-) 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 @@
-
-
-

Verify Your Email Address

-
- -
-
Before proceeding, please check your email for a - verification link - to verify your email address.
+
+
+
+
+
+

Verify Your Email Address

+
+ +
+
Before proceeding, please check your email for a + verification link + to verify your email address.
+
+
+