From 83ba1626f1ed9cd96aff32506d6610f1deaaf6bb Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Tue, 14 Sep 2021 20:04:21 +0700 Subject: [PATCH] register-verification-completed.html - Improved responsiveness in mobile screens --- register-verification-completed.html | 90 ++++++++++++++++++++++++---- 1 file changed, 77 insertions(+), 13 deletions(-) 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 @@
-
-
-

Verification Completed !!

-
- -
-
Your Email Has Been Verified !! Please Sign in - Using the button - below..
-
- Sign in + +
+
+
+
+
+

Verification Completed !!

+
+ +
+
Your Email Has Been Verified !! Please Sign in + Using the button + below..
+
+ Sign in +
+
+
+