Merge pull request #22 from teaxyz/pdf-fix

iframe > embed
This commit is contained in:
Max Howell 2022-05-19 08:15:35 -04:00 committed by GitHub
commit cadb9386bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@
<!-- Start PDF -->
<div class="container" style="margin-bottom:100px; z-index:2;">
<embed style="min-height:100vh;width:100%;" type="application/pdf" src="/tea.white-paper.pdf#toolbar=0&navpanes=0&scrollbar=0&view=fitH,100">
<iframe src="/tea.white-paper.pdf#toolbar=0&navpanes=0&scrollbar=0&view=fitH,100" width="100%" height="800px"></iframe>
</div>
<!-- Community Links -->