From 9dfd0420c9072a33f8a570f684020ea62db06050 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 19 May 2022 11:46:14 -0400 Subject: [PATCH] Mobile-only button for PDF download. --- public/white-paper/index.html | 46 ++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/public/white-paper/index.html b/public/white-paper/index.html index 72c725b..a4189de 100644 --- a/public/white-paper/index.html +++ b/public/white-paper/index.html @@ -102,8 +102,29 @@ width: 100%; margin-bottom:20px; } + + .mobile-pdf{ + display:block; + } + + .pdf-iframe{ + display: none; + } } + @media only screen and (min-width: 600px) { + + .mobile-pdf{ + display:none; + } + + .pdf-iframe{ + display: block; + } + } + + + @@ -183,10 +204,29 @@ - + -
- +
+ +
+ + + +
+