From ae6f966451437ccd5af6fdd9021c2669a7656b1e Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Sat, 21 May 2022 14:30:26 -0400 Subject: [PATCH] Issue #29 (Fix Tablet Not Being Detected As Mobile) (#30) Co-authored-by: Max Howell --- public/white-paper/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/white-paper/index.html b/public/white-paper/index.html index f0ab288..d7a1d07 100644 --- a/public/white-paper/index.html +++ b/public/white-paper/index.html @@ -98,7 +98,14 @@ margin-bottom: auto; } - @media only screen and (max-width: 600px) { + @media only screen and (max-width: 980px) { + .auth-btn { + width: 100%; + margin-bottom: 20px; + } + } + + @media only screen and (max-width: 980px) { .auth-btn { width: 100%; margin-bottom: 20px; @@ -113,14 +120,7 @@ } } - @media only screen and (max-width: 980px) { - .auth-btn { - width: 100%; - margin-bottom: 20px; - } - } - - @media only screen and (min-width: 600px) { + @media only screen and (min-width: 980px) { .mobile-pdf { display: none; @@ -207,7 +207,7 @@ Authenticate with tea
Contribute to Our White Paper + href="https://github.com/teaxyz/white-paper" role="button">Contribute to Our White Paper