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 @@ - + -
- +
+ +
+ + + +
+