From da830e7c031d4173bc58663a8a4d4f084df763a7 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 19 May 2022 20:22:23 -0400 Subject: [PATCH 1/2] Github Icon in CTA --- public/white-paper/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/white-paper/index.html b/public/white-paper/index.html index 852414b..b1bbe1f 100644 --- a/public/white-paper/index.html +++ b/public/white-paper/index.html @@ -15,6 +15,7 @@ + @@ -198,8 +199,8 @@
Authenticate with tea
- Contribute to Our White Paper + Contribute to Our White Paper
@@ -411,4 +412,4 @@ gtag('js', new Date()); gtag('config', 'G-Q3M5LVH76F'); - \ No newline at end of file + From ca6845aba7e898201ca1e0d580889b958795cc71 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 20 May 2022 12:34:41 -0400 Subject: [PATCH 2/2] Menu Fix for Tablet View --- public/white-paper/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/white-paper/index.html b/public/white-paper/index.html index b1bbe1f..3061bd8 100644 --- a/public/white-paper/index.html +++ b/public/white-paper/index.html @@ -113,6 +113,13 @@ } } + @media only screen and (max-width: 980px) { + .auth-btn { + width: 100%; + margin-bottom: 20px; + } + } + @media only screen and (min-width: 600px) { .mobile-pdf { @@ -172,7 +179,7 @@ - Authenticate with tea